#CB73DD

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

Shades of Orchid #CB73DD

Tints of Orchid #CB73DD

Color information

#CB73DD (or 0xCB73DD) is unknown color: approx Orchid. HEX triplet: CB, 73 and DD. RGB value is (203,115,221). Sum of RGB (Red+Green+Blue) = 203+115+221=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DD is #348C22. Grayscale: #999999. Windows color (decimal): -3443747 or 14513099. OLE color: 14513099.

HSL color Cylindrical-coordinate representation of color #CB73DD: hue angle of 289.81º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB73DD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203115221-
CMYK0.080.4800.13
HSL289.81º60.92%65.88%-
HSV(B)289.81º47.96%86.67%-
XYZ43.8130.1871.92-
YUV153.4166.15163.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=37.66%
G=21.34%
B=41.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031152210.080.4800.13289.8160.9265.88
HexCB73DD8300D1223d42
Octal313163335106001544275102
Binary110010111110011110111011000110000011011001000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB73DD; }

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

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

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

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

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

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

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

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