#CC7DDD

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

Shades of Orchid #CC7DDD

Tints of Orchid #CC7DDD

Color information

#CC7DDD (or 0xCC7DDD) is unknown color: approx Orchid. HEX triplet: CC, 7D and DD. RGB value is (204,125,221). Sum of RGB (Red+Green+Blue) = 204+125+221=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDD is #338222. Grayscale: #9F9F9F. Windows color (decimal): -3375651 or 14515660. OLE color: 14515660.

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

Color convert

RGB204125221-
CMYK0.080.4300.13
HSL289.38º58.54%67.84%-
HSV(B)289.38º43.44%86.67%-
XYZ45.2932.7372.34-
YUV159.56162.67159.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=37.09%
G=22.73%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041252210.080.4300.13289.3858.5467.84
HexCC7DDD82B0D1213b44
Octal314175335105301544173104
Binary110011001111101110111011000101011011011001000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DDD; }

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

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

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

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

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

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

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

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