#CC7BCB

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

Shades of Orchid #CC7BCB

Tints of Orchid #CC7BCB

Color information

#CC7BCB (or 0xCC7BCB) is unknown color: approx Orchid. HEX triplet: CC, 7B and CB. RGB value is (204,123,203). Sum of RGB (Red+Green+Blue) = 204+123+203=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BCB is #338434. Grayscale: #9C9C9C. Windows color (decimal): -3376181 or 13335500. OLE color: 13335500.

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

Color convert

RGB204123203-
CMYK00.400.000.2
HSL300.74º44.26%64.12%-
HSV(B)300.74º39.71%80%-
XYZ42.7631.3260.29-
YUV156.34154.34162-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=38.49%
G=23.21%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412320300.400.000.2300.7444.2664.12
HexCC7BCB02801412d2c40
Octal31417331305002445554100
Binary1100110011110111100101101010000101001001011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BCB; }

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

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

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

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

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

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

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

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