#C983CB

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

Shades of Orchid #C983CB

Tints of Orchid #C983CB

Color information

#C983CB (or 0xC983CB) is unknown color: approx Orchid. HEX triplet: C9, 83 and CB. RGB value is (201,131,203). Sum of RGB (Red+Green+Blue) = 201+131+203=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C983CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CB is #367C34. Grayscale: #9F9F9F. Windows color (decimal): -3570741 or 13337545. OLE color: 13337545.

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

Color convert

RGB201131203-
CMYK0.010.3500.20
HSL298.33º40.91%65.49%-
HSV(B)298.33º35.47%79.61%-
XYZ42.9832.9660.6-
YUV160.14152.19157.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=37.57%
G=24.49%
B=37.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011312030.010.3500.20298.3340.9165.49
HexC983CB12301412a2941
Octal31120331314302445251101
Binary11001001100000111100101111000110101001001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983CB; }

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

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

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

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

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

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

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

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