#C983CF

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

Shades of Orchid #C983CF

Tints of Orchid #C983CF

Color information

#C983CF (or 0xC983CF) is unknown color: approx Orchid. HEX triplet: C9, 83 and CF. RGB value is (201,131,207). Sum of RGB (Red+Green+Blue) = 201+131+207=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C983CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CF is #367C30. Grayscale: #A0A0A0. Windows color (decimal): -3570737 or 13599689. OLE color: 13599689.

HSL color Cylindrical-coordinate representation of color #C983CF: hue angle of 295.26º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C983CF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201131207-
CMYK0.030.3700.19
HSL295.26º44.19%66.27%-
HSV(B)295.26º36.71%81.18%-
XYZ43.4733.1663.14-
YUV160.59154.19156.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=37.29%
G=24.30%
B=38.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011312070.030.3700.19295.2644.1966.27
HexC983CF3250131272c42
Octal31120331734502344754102
Binary110010011000001111001111111001010100111001001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983CF; }

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

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

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

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

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

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

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

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