#CB83C1

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

Shades of Orchid #CB83C1

Tints of Orchid #CB83C1

Color information

#CB83C1 (or 0xCB83C1) is unknown color: approx Orchid. HEX triplet: CB, 83 and C1. RGB value is (203,131,193). Sum of RGB (Red+Green+Blue) = 203+131+193=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C1 is #347C3E. Grayscale: #9F9F9F. Windows color (decimal): -3439679 or 12682187. OLE color: 12682187.

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

Color convert

RGB203131193-
CMYK00.350.050.20
HSL308.33º40.91%65.49%-
HSV(B)308.33º35.47%79.61%-
XYZ42.3732.7854.55-
YUV159.6146.85158.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=38.52%
G=24.86%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313119300.350.050.20308.3340.9165.49
HexCB83C10235141342941
Octal31320330104352446451101
Binary1100101110000011110000010100011101101001001101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83C1; }

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

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

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

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

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

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

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

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