#CB73BE

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

Shades of Orchid #CB73BE

Tints of Orchid #CB73BE

Color information

#CB73BE (or 0xCB73BE) is unknown color: approx Orchid. HEX triplet: CB, 73 and BE. RGB value is (203,115,190). Sum of RGB (Red+Green+Blue) = 203+115+190=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BE is #348C41. Grayscale: #959595. Windows color (decimal): -3443778 or 12481483. OLE color: 12481483.

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

Color convert

RGB203115190-
CMYK00.430.060.20
HSL308.86º45.83%62.35%-
HSV(B)308.86º43.35%79.61%-
XYZ40.0528.6852.14-
YUV149.86150.65165.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=39.96%
G=22.64%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311519000.430.060.20308.8645.8362.35
HexCB73BE02B6141352e3e
Octal3131632760536244655676
Binary11001011111001110111110010101111010100100110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB73BE; }

 p { color: rgb(203,115,190); }

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

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

 a { background-color: rgb(203,115,190); }

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

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

 span { border-color: rgb(203,115,190); }

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