#CC66E7

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

Shades of Medium Orchid #CC66E7

Tints of Medium Orchid #CC66E7

Color information

#CC66E7 (or 0xCC66E7) is unknown color: approx Medium Orchid. HEX triplet: CC, 66 and E7. RGB value is (204,102,231). Sum of RGB (Red+Green+Blue) = 204+102+231=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC66E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66E7 is #339918. Grayscale: #929292. Windows color (decimal): -3381529 or 15165132. OLE color: 15165132.

HSL color Cylindrical-coordinate representation of color #CC66E7: hue angle of 287.44º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC66E7 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204102231-
CMYK0.120.5600.09
HSL287.44º72.88%65.29%-
HSV(B)287.44º55.84%90.59%-
XYZ44.0828.1178.7-
YUV147.2175.29168.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=37.99%
G=18.99%
B=43.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041022310.120.5600.09287.4472.8865.29
HexCC66E7C380911f4941
Octal3141463471470011437111101
Binary1100110011001101110011111001110000100110001111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66E7; }

 p { color: rgb(204,102,231); }

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

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

 a { background-color: rgb(204,102,231); }

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

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

 span { border-color: rgb(204,102,231); }

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