#CC69DE

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

Shades of Orchid #CC69DE

Tints of Orchid #CC69DE

Color information

#CC69DE (or 0xCC69DE) is unknown color: approx Orchid. HEX triplet: CC, 69 and DE. RGB value is (204,105,222). Sum of RGB (Red+Green+Blue) = 204+105+222=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DE is #339621. Grayscale: #939393. Windows color (decimal): -3380770 or 14576076. OLE color: 14576076.

HSL color Cylindrical-coordinate representation of color #CC69DE: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC69DE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204105222-
CMYK0.080.5300.13
HSL290.77º63.93%64.12%-
HSV(B)290.77º52.7%87.06%-
XYZ43.1428.2172.28-
YUV147.94169.8167.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=38.42%
G=19.77%
B=41.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041052220.080.5300.13290.7763.9364.12
HexCC69DE8350D1234040
Octal3141513361065015443100100
Binary1100110011010011101111010001101010110110010001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69DE; }

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

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

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

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

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

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

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

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