#CB73CC

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

Shades of Orchid #CB73CC

Tints of Orchid #CB73CC

Color information

#CB73CC (or 0xCB73CC) is unknown color: approx Orchid. HEX triplet: CB, 73 and CC. RGB value is (203,115,204). Sum of RGB (Red+Green+Blue) = 203+115+204=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73CC is #348C33. Grayscale: #979797. Windows color (decimal): -3443764 or 13398987. OLE color: 13398987.

HSL color Cylindrical-coordinate representation of color #CB73CC: hue angle of 299.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB73CC is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203115204-
CMYK0.000.4400.2
HSL299.33º46.6%62.55%-
HSV(B)299.33º43.63%80%-
XYZ41.6629.3260.59-
YUV151.46157.65164.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=38.89%
G=22.03%
B=39.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031152040.000.4400.2299.3346.662.55
HexCB73CC02C01412b2f3f
Octal3131633140540244535777
Binary110010111110011110011000101100010100100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB73CC; }

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

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

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

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

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

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

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

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