#CC69E1

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

Shades of Orchid #CC69E1

Tints of Orchid #CC69E1

Color information

#CC69E1 (or 0xCC69E1) is unknown color: approx Orchid. HEX triplet: CC, 69 and E1. RGB value is (204,105,225). Sum of RGB (Red+Green+Blue) = 204+105+225=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E1 is #33961E. Grayscale: #939393. Windows color (decimal): -3380767 or 14772684. OLE color: 14772684.

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

Color convert

RGB204105225-
CMYK0.090.5300.12
HSL289.5º66.67%64.71%-
HSV(B)289.5º53.33%88.24%-
XYZ43.5428.3874.42-
YUV148.28171.3167.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=38.20%
G=19.66%
B=42.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041052250.090.5300.12289.566.6764.71
HexCC69E19350C1224341
Octal3141513411165014442103101
Binary1100110011010011110000110011101010110010010001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69E1; }

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

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

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

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

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

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

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

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