#CB6FBD

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

Shades of Orchid #CB6FBD

Tints of Orchid #CB6FBD

Color information

#CB6FBD (or 0xCB6FBD) is unknown color: approx Orchid. HEX triplet: CB, 6F and BD. RGB value is (203,111,189). Sum of RGB (Red+Green+Blue) = 203+111+189=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBD is #349042. Grayscale: #939393. Windows color (decimal): -3444803 or 12414923. OLE color: 12414923.

HSL color Cylindrical-coordinate representation of color #CB6FBD: hue angle of 309.13º 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 #CB6FBD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203111189-
CMYK00.450.070.20
HSL309.13º46.94%61.57%-
HSV(B)309.13º45.32%79.61%-
XYZ39.527.7451.42-
YUV147.4151.48167.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=40.36%
G=22.07%
B=37.57%

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
Decimal20311118900.450.070.20309.1346.9461.57
HexCB6FBD02D7141352f3e
Octal3131572750557244655776
Binary11001011110111110111101010110111110100100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FBD; }

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

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

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

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

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

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

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

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