#CC67DB

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

Shades of Orchid #CC67DB

Tints of Orchid #CC67DB

Color information

#CC67DB (or 0xCC67DB) is unknown color: approx Orchid. HEX triplet: CC, 67 and DB. RGB value is (204,103,219). Sum of RGB (Red+Green+Blue) = 204+103+219=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DB is #339824. Grayscale: #929292. Windows color (decimal): -3381285 or 14378956. OLE color: 14378956.

HSL color Cylindrical-coordinate representation of color #CC67DB: hue angle of 292.24º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC67DB is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204103219-
CMYK0.070.5300.14
HSL292.24º61.7%63.14%-
HSV(B)292.24º52.97%85.88%-
XYZ42.5427.6570.11-
YUV146.42168.96169.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=38.78%
G=19.58%
B=41.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041032190.070.5300.14292.2461.763.14
HexCC67DB7350E1243e3f
Octal3141473337650164447677
Binary1100110011001111101101111111010101110100100100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67DB; }

 p { color: rgb(204,103,219); }

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

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

 a { background-color: rgb(204,103,219); }

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

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

 span { border-color: rgb(204,103,219); }

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