#CC7BDD

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

Shades of Orchid #CC7BDD

Tints of Orchid #CC7BDD

Color information

#CC7BDD (or 0xCC7BDD) is unknown color: approx Orchid. HEX triplet: CC, 7B and DD. RGB value is (204,123,221). Sum of RGB (Red+Green+Blue) = 204+123+221=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDD is #338422. Grayscale: #9E9E9E. Windows color (decimal): -3376163 or 14515148. OLE color: 14515148.

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

Color convert

RGB204123221-
CMYK0.080.4400.13
HSL289.59º59.04%67.45%-
HSV(B)289.59º44.34%86.67%-
XYZ45.0432.2272.25-
YUV158.39163.34160.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=37.23%
G=22.45%
B=40.33%

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
Decimal2041232210.080.4400.13289.5959.0467.45
HexCC7BDD82C0D1223b43
Octal314173335105401544273103
Binary110011001111011110111011000101100011011001000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BDD; }

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

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

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

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

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

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

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

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