#cb6fbc

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

Shades of Orchid #CB6FBC

Tints of Orchid #CB6FBC

Color information

#CB6FBC (or 0xCB6FBC) is unknown color: approx Orchid. HEX triplet: CB, 6F and BC. RGB value is (203,111,188). Sum of RGB (Red+Green+Blue) = 203+111+188=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBC is #349043. Grayscale: #939393. Windows color (decimal): -3444804 or 12349387. OLE color: 12349387.

HSL color Cylindrical-coordinate representation of color #CB6FBC: hue angle of 309.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FBC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203111188-
CMYK00.450.070.20
HSL309.78º46.94%61.57%-
HSV(B)309.78º45.32%79.61%-
XYZ39.3927.750.85-
YUV147.29150.98167.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=40.44%
G=22.11%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311118800.450.070.20309.7846.9461.57
HexCB6FBC02D7141362f3e
Octal3131572740557244665776
Binary11001011110111110111100010110111110100100110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6fbc; }

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

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

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

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

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

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

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

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