#C983C5

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

Shades of Orchid #C983C5

Tints of Orchid #C983C5

Color information

#C983C5 (or 0xC983C5) is unknown color: approx Orchid. HEX triplet: C9, 83 and C5. RGB value is (201,131,197). Sum of RGB (Red+Green+Blue) = 201+131+197=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C983C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983C5 is #367C3A. Grayscale: #9F9F9F. Windows color (decimal): -3570747 or 12944329. OLE color: 12944329.

HSL color Cylindrical-coordinate representation of color #C983C5: hue angle of 303.43º degrees, saturation: 0.39, 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 #C983C5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201131197-
CMYK00.350.020.21
HSL303.43º39.33%65.1%-
HSV(B)303.43º34.83%78.82%-
XYZ42.2832.6856.9-
YUV159.45149.19157.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 197 (77.34% from 255) = 37.24%
R=38.00%
G=24.76%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113119700.350.020.21303.4339.3365.1
HexC983C502321512f2741
Octal31120330504322545747101
Binary110010011000001111000101010001110101011001011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983C5; }

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

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

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

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

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

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

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

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