#CC67DC

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

Shades of Orchid #CC67DC

Tints of Orchid #CC67DC

Color information

#CC67DC (or 0xCC67DC) is unknown color: approx Orchid. HEX triplet: CC, 67 and DC. RGB value is (204,103,220). Sum of RGB (Red+Green+Blue) = 204+103+220=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DC is #339823. Grayscale: #929292. Windows color (decimal): -3381284 or 14444492. OLE color: 14444492.

HSL color Cylindrical-coordinate representation of color #CC67DC: hue angle of 291.79º degrees, saturation: 0.63, 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 #CC67DC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204103220-
CMYK0.070.5300.14
HSL291.79º62.57%63.33%-
HSV(B)291.79º53.18%86.27%-
XYZ42.6727.7170.81-
YUV146.54169.46168.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=38.71%
G=19.54%
B=41.75%

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
Decimal2041032200.070.5300.14291.7962.5763.33
HexCC67DC7350E1243f3f
Octal3141473347650164447777
Binary1100110011001111101110011111010101110100100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67DC; }

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

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

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

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

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

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

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

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