#C983CA

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

Shades of Orchid #C983CA

Tints of Orchid #C983CA

Color information

#C983CA (or 0xC983CA) is unknown color: approx Orchid. HEX triplet: C9, 83 and CA. RGB value is (201,131,202). Sum of RGB (Red+Green+Blue) = 201+131+202=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C983CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CA is #367C35. Grayscale: #9F9F9F. Windows color (decimal): -3570742 or 13272009. OLE color: 13272009.

HSL color Cylindrical-coordinate representation of color #C983CA: hue angle of 299.15º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C983CA is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201131202-
CMYK0.000.3500.21
HSL299.15º40.11%65.29%-
HSV(B)299.15º35.15%79.22%-
XYZ42.8632.9159.97-
YUV160.02151.69157.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=37.64%
G=24.53%
B=37.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011312020.000.3500.21299.1540.1165.29
HexC983CA02301512b2841
Octal31120331204302545350101
Binary11001001100000111100101001000110101011001010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983CA; }

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

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

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

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

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

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

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

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