#CB83C2

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

Shades of Orchid #CB83C2

Tints of Orchid #CB83C2

Color information

#CB83C2 (or 0xCB83C2) is unknown color: approx Orchid. HEX triplet: CB, 83 and C2. RGB value is (203,131,194). Sum of RGB (Red+Green+Blue) = 203+131+194=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C2 is #347C3D. Grayscale: #9F9F9F. Windows color (decimal): -3439678 or 12747723. OLE color: 12747723.

HSL color Cylindrical-coordinate representation of color #CB83C2: hue angle of 307.5º 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 #CB83C2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203131194-
CMYK00.350.040.20
HSL307.5º40.91%65.49%-
HSV(B)307.5º35.47%79.61%-
XYZ42.4832.8255.14-
YUV159.71147.35158.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=38.45%
G=24.81%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313119400.350.040.20307.540.9165.49
HexCB83C20234141342941
Octal31320330204342446451101
Binary1100101110000011110000100100011100101001001101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83C2; }

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

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

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

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

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

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

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

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