#CC7BBC

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

Shades of Orchid #CC7BBC

Tints of Orchid #CC7BBC

Color information

#CC7BBC (or 0xCC7BBC) is unknown color: approx Orchid. HEX triplet: CC, 7B and BC. RGB value is (204,123,188). Sum of RGB (Red+Green+Blue) = 204+123+188=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BBC is #338443. Grayscale: #9A9A9A. Windows color (decimal): -3376196 or 12352460. OLE color: 12352460.

HSL color Cylindrical-coordinate representation of color #CC7BBC: hue angle of 311.85º 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 #CC7BBC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204123188-
CMYK00.400.080.2
HSL311.85º44.26%64.12%-
HSV(B)311.85º39.71%80%-
XYZ41.0630.6351.33-
YUV154.63146.84163.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=39.61%
G=23.88%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412318800.400.080.2311.8544.2664.12
HexCC7BBC0288141382c40
Octal314173274050102447054100
Binary1100110011110111011110001010001000101001001110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BBC; }

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

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

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

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

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

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

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

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