#CC7CCB

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

Shades of Orchid #CC7CCB

Tints of Orchid #CC7CCB

Color information

#CC7CCB (or 0xCC7CCB) is unknown color: approx Orchid. HEX triplet: CC, 7C and CB. RGB value is (204,124,203). Sum of RGB (Red+Green+Blue) = 204+124+203=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCB is #338334. Grayscale: #9C9C9C. Windows color (decimal): -3375925 or 13335756. OLE color: 13335756.

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

Color convert

RGB204124203-
CMYK00.390.000.2
HSL300.75º43.96%64.31%-
HSV(B)300.75º39.22%80%-
XYZ42.8931.5660.33-
YUV156.93154161.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=38.42%
G=23.35%
B=38.23%

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
Decimal20412420300.390.000.2300.7543.9664.31
HexCC7CCB02701412d2c40
Octal31417431304702445554100
Binary1100110011111001100101101001110101001001011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CCB; }

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

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

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

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

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

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

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

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