#CC67DD

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

Shades of Orchid #CC67DD

Tints of Orchid #CC67DD

Color information

#CC67DD (or 0xCC67DD) is unknown color: approx Orchid. HEX triplet: CC, 67 and DD. RGB value is (204,103,221). Sum of RGB (Red+Green+Blue) = 204+103+221=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DD is #339822. Grayscale: #929292. Windows color (decimal): -3381283 or 14510028. OLE color: 14510028.

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

Color convert

RGB204103221-
CMYK0.080.5300.13
HSL291.36º63.44%63.53%-
HSV(B)291.36º53.39%86.67%-
XYZ42.827.7671.51-
YUV146.65169.96168.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 103 (40.62% from 255) = 19.51%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=38.64%
G=19.51%
B=41.86%

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
Decimal2041032210.080.5300.13291.3663.4463.53
HexCC67DD8350D1233f40
Octal314147335106501544377100
Binary110011001100111110111011000110101011011001000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67DD; }

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

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

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

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

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

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

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

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