#cb47e1

Color #CB47E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CB47E1

Tints of Medium Orchid #CB47E1

Color information

#CB47E1 (or 0xCB47E1) is unknown color: approx Medium Orchid. HEX triplet: CB, 47 and E1. RGB value is (203,71,225). Sum of RGB (Red+Green+Blue) = 203+71+225=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB47E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47E1 is #34B81E. Grayscale: #7F7F7F. Windows color (decimal): -3455007 or 14763979. OLE color: 14763979.

HSL color Cylindrical-coordinate representation of color #CB47E1: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB47E1 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20371225-
CMYK0.100.6800.12
HSL291.43º71.96%58.04%-
HSV(B)291.43º68.44%88.24%-
XYZ40.4722.6473.47-
YUV128.02182.73181.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 71 (28.12% from 255) = 14.23%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=40.68%
G=14.23%
B=45.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203712250.100.6800.12291.4371.9658.04
HexCB47E1A440C123483a
Octal3131073411210401444311072
Binary1100101110001111110000110101000100011001001000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb47e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb47e1; }

 p { color: rgb(203,71,225); }

 H1.HeaderClassName
 {
   color: #cb47e1;
 }
 .AnyTagClassName
 {
   color: #cb47e1;
 }
</style>
background-color css

<style>
 a { background-color: #cb47e1; }

 a { background-color: rgb(203,71,225); }

 div.DivClassName
 {
   background-color: #cb47e1;
 }
 .BgClassName
 {
   background-color: #cb47e1;
 }
</style>
border-color css

<style>
 span { border-color: #cb47e1; }

 span { border-color: rgb(203,71,225); }

 td.TdClassName
 {
   border-color: #cb47e1;
 }
 .TagClassName
 {
   border-color: #cb47e1;
 }
</style>