#CB66E4

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

Shades of Medium Orchid #CB66E4

Tints of Medium Orchid #CB66E4

Color information

#CB66E4 (or 0xCB66E4) is unknown color: approx Medium Orchid. HEX triplet: CB, 66 and E4. RGB value is (203,102,228). Sum of RGB (Red+Green+Blue) = 203+102+228=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66E4 is #34991B. Grayscale: #929292. Windows color (decimal): -3447068 or 14968523. OLE color: 14968523.

HSL color Cylindrical-coordinate representation of color #CB66E4: hue angle of 288.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB66E4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203102228-
CMYK0.110.5500.11
HSL288.1º70%64.71%-
HSV(B)288.1º55.26%89.41%-
XYZ43.3827.876.48-
YUV146.56173.96168.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 102 (40.23% from 255) = 19.14%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=38.09%
G=19.14%
B=42.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031022280.110.5500.11288.17064.71
HexCB66E4B370B1204641
Octal3131463441367013440106101
Binary1100101111001101110010010111101110101110010000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66E4; }

 p { color: rgb(203,102,228); }

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

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

 a { background-color: rgb(203,102,228); }

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

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

 span { border-color: rgb(203,102,228); }

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