#CC7DCB

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

Shades of Orchid #CC7DCB

Tints of Orchid #CC7DCB

Color information

#CC7DCB (or 0xCC7DCB) is unknown color: approx Orchid. HEX triplet: CC, 7D and CB. RGB value is (204,125,203). Sum of RGB (Red+Green+Blue) = 204+125+203=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCB is #338234. Grayscale: #9D9D9D. Windows color (decimal): -3375669 or 13336012. OLE color: 13336012.

HSL color Cylindrical-coordinate representation of color #CC7DCB: hue angle of 300.76º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DCB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204125203-
CMYK00.390.000.2
HSL300.76º43.65%64.51%-
HSV(B)300.76º38.73%80%-
XYZ43.0131.8260.37-
YUV157.51153.67161.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=38.35%
G=23.50%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412520300.390.000.2300.7643.6564.51
HexCC7DCB02701412d2c41
Octal31417531304702445554101
Binary1100110011111011100101101001110101001001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DCB; }

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

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

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

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

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

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

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

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