#CB83CA

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

Shades of Orchid #CB83CA

Tints of Orchid #CB83CA

Color information

#CB83CA (or 0xCB83CA) is unknown color: approx Orchid. HEX triplet: CB, 83 and CA. RGB value is (203,131,202). Sum of RGB (Red+Green+Blue) = 203+131+202=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CA is #347C35. Grayscale: #A0A0A0. Windows color (decimal): -3439670 or 13272011. OLE color: 13272011.

HSL color Cylindrical-coordinate representation of color #CB83CA: hue angle of 300.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83CA is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203131202-
CMYK00.350.000.20
HSL300.83º40.91%65.49%-
HSV(B)300.83º35.47%79.61%-
XYZ43.4133.1960-
YUV160.62151.35158.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=37.87%
G=24.44%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313120200.350.000.20300.8340.9165.49
HexCB83CA02301412d2941
Octal31320331204302445551101
Binary11001011100000111100101001000110101001001011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83CA; }

 p { color: rgb(203,131,202); }

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

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

 a { background-color: rgb(203,131,202); }

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

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

 span { border-color: rgb(203,131,202); }

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