#cb73ba

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

Shades of Orchid #CB73BA

Tints of Orchid #CB73BA

Color information

#CB73BA (or 0xCB73BA) is unknown color: approx Orchid. HEX triplet: CB, 73 and BA. RGB value is (203,115,186). Sum of RGB (Red+Green+Blue) = 203+115+186=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73BA is #348C45. Grayscale: #959595. Windows color (decimal): -3443782 or 12219339. OLE color: 12219339.

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

Color convert

RGB203115186-
CMYK00.430.080.20
HSL311.59º45.83%62.35%-
HSV(B)311.59º43.35%79.61%-
XYZ39.6228.549.87-
YUV149.41148.65166.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 115 (45.31% from 255) = 22.82%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=40.28%
G=22.82%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311518600.430.080.20311.5945.8362.35
HexCB73BA02B8141382e3e
Octal31316327205310244705676
Binary110010111110011101110100101011100010100100111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb73ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb73ba; }

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

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

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

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

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

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

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

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