#CC69E4

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

Shades of Orchid #CC69E4

Tints of Orchid #CC69E4

Color information

#CC69E4 (or 0xCC69E4) is unknown color: approx Orchid. HEX triplet: CC, 69 and E4. RGB value is (204,105,228). Sum of RGB (Red+Green+Blue) = 204+105+228=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E4 is #33961B. Grayscale: #949494. Windows color (decimal): -3380764 or 14969292. OLE color: 14969292.

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

Color convert

RGB204105228-
CMYK0.110.5400.11
HSL288.29º69.49%65.29%-
HSV(B)288.29º53.95%89.41%-
XYZ43.9628.5476.59-
YUV148.62172.8167.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=37.99%
G=19.55%
B=42.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041052280.110.5400.11288.2969.4965.29
HexCC69E4B360B1204541
Octal3141513441366013440105101
Binary1100110011010011110010010111101100101110010000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69E4; }

 p { color: rgb(204,105,228); }

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

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

 a { background-color: rgb(204,105,228); }

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

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

 span { border-color: rgb(204,105,228); }

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