#CC6FBC

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

Shades of Orchid #CC6FBC

Tints of Orchid #CC6FBC

Color information

#CC6FBC (or 0xCC6FBC) is unknown color: approx Orchid. HEX triplet: CC, 6F and BC. RGB value is (204,111,188). Sum of RGB (Red+Green+Blue) = 204+111+188=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FBC is #339043. Grayscale: #939393. Windows color (decimal): -3379268 or 12349388. OLE color: 12349388.

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

Color convert

RGB204111188-
CMYK00.460.080.2
HSL310.32º47.69%61.76%-
HSV(B)310.32º45.59%80%-
XYZ39.6627.8450.86-
YUV147.58150.81168.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=40.56%
G=22.07%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411118800.460.080.2310.3247.6961.76
HexCC6FBC02E814136303e
Octal31415727405610244666076
Binary110011001101111101111000101110100010100100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FBC; }

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

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

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

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

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

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

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

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