#CB83D1

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

Shades of Orchid #CB83D1

Tints of Orchid #CB83D1

Color information

#CB83D1 (or 0xCB83D1) is unknown color: approx Orchid. HEX triplet: CB, 83 and D1. RGB value is (203,131,209). Sum of RGB (Red+Green+Blue) = 203+131+209=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB83D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D1 is #347C2E. Grayscale: #A1A1A1. Windows color (decimal): -3439663 or 13730763. OLE color: 13730763.

HSL color Cylindrical-coordinate representation of color #CB83D1: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB83D1 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203131209-
CMYK0.030.3700.18
HSL295.38º45.88%66.67%-
HSV(B)295.38º37.32%81.96%-
XYZ44.2533.5364.46-
YUV161.42154.85157.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=37.38%
G=24.13%
B=38.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031312090.030.3700.18295.3845.8866.67
HexCB83D13250121272e43
Octal31320332134502244756103
Binary110010111000001111010001111001010100101001001111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83D1; }

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

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

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

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

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

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

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

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