#CC7CDD

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

Shades of Orchid #CC7CDD

Tints of Orchid #CC7CDD

Color information

#CC7CDD (or 0xCC7CDD) is unknown color: approx Orchid. HEX triplet: CC, 7C and DD. RGB value is (204,124,221). Sum of RGB (Red+Green+Blue) = 204+124+221=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CDD is #338322. Grayscale: #9E9E9E. Windows color (decimal): -3375907 or 14515404. OLE color: 14515404.

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

Color convert

RGB204124221-
CMYK0.080.4400.13
HSL289.48º58.79%67.65%-
HSV(B)289.48º43.89%86.67%-
XYZ45.1632.4772.29-
YUV158.98163160.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=37.16%
G=22.59%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041242210.080.4400.13289.4858.7967.65
HexCC7CDD82C0D1213b44
Octal314174335105401544173104
Binary110011001111100110111011000101100011011001000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CDD; }

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

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

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

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

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

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

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

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