#CB83D3

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

Shades of Orchid #CB83D3

Tints of Orchid #CB83D3

Color information

#CB83D3 (or 0xCB83D3) is unknown color: approx Orchid. HEX triplet: CB, 83 and D3. RGB value is (203,131,211). Sum of RGB (Red+Green+Blue) = 203+131+211=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D3 is #347C2C. Grayscale: #A1A1A1. Windows color (decimal): -3439661 or 13861835. OLE color: 13861835.

HSL color Cylindrical-coordinate representation of color #CB83D3: hue angle of 294º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB83D3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203131211-
CMYK0.040.3800.17
HSL294º47.62%67.06%-
HSV(B)294º37.91%82.75%-
XYZ44.533.6365.77-
YUV161.65155.85157.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=37.25%
G=24.04%
B=38.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031312110.040.3800.1729447.6267.06
HexCB83D34260111263043
Octal31320332344602144660103
Binary1100101110000011110100111001001100100011001001101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83D3; }

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

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

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

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

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

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

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

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