#cb73c9

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

Shades of Orchid #CB73C9

Tints of Orchid #CB73C9

Color information

#CB73C9 (or 0xCB73C9) is unknown color: approx Orchid. HEX triplet: CB, 73 and C9. RGB value is (203,115,201). Sum of RGB (Red+Green+Blue) = 203+115+201=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73C9 is #348C36. Grayscale: #969696. Windows color (decimal): -3443767 or 13202379. OLE color: 13202379.

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

Color convert

RGB203115201-
CMYK00.430.010.20
HSL301.36º45.83%62.35%-
HSV(B)301.36º43.35%79.61%-
XYZ41.329.1858.71-
YUV151.12156.15165.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=39.11%
G=22.16%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311520100.430.010.20301.3645.8362.35
HexCB73C902B11412d2e3e
Octal3131633110531244555676
Binary110010111110011110010010101011110100100101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb73c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb73c9; }

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

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

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

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

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

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

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

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