#cc7fbc

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

Shades of Orchid #CC7FBC

Tints of Orchid #CC7FBC

Color information

#CC7FBC (or 0xCC7FBC) is unknown color: approx Orchid. HEX triplet: CC, 7F and BC. RGB value is (204,127,188). Sum of RGB (Red+Green+Blue) = 204+127+188=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FBC is #338043. Grayscale: #9C9C9C. Windows color (decimal): -3375172 or 12353484. OLE color: 12353484.

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

Color convert

RGB204127188-
CMYK00.380.080.2
HSL312.47º43.02%64.9%-
HSV(B)312.47º37.75%80%-
XYZ41.5731.6551.49-
YUV156.98145.51161.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=39.31%
G=24.47%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412718800.380.080.2312.4743.0264.9
HexCC7FBC0268141382b41
Octal314177274046102447053101
Binary1100110011111111011110001001101000101001001110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7fbc; }

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

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

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

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

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

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

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

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