Html Css Color HEX #C982D9 Orchid

📋 copy color: '#C982D9'

red 201 ◦ green 130 ◦ blue 217

#C982D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C982D9

Tints of Orchid #C982D9

RGB

 RED value IS 201 (78.91% from 255) = 36.68%

 GREEN value IS 130 (51.17% from 255) = 23.72%

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 36.68%
G = 23.72%
B = 39.6%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C982D9 (or 0xC982D9) is known color: Orchid. HEX triplet: C9, 82 and D9. RGB value is (201,130,217). Sum of RGB (Red+Green+Blue) = 201+130+217=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #C982D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982D9 is #367D26. Grayscale: #A0A0A0. Windows color (decimal): -3570983 or 14254793. OLE color: 14254793.

HSL color Cylindrical-coordinate representation of color #C982D9: hue angle of 288.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C982D9 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 130 217 -
CMYK 0.07 0.40 0 0.15
HSL 288.97º 0.53% 0.68% -
HSV(B) 288.97º 0.4% 0.85% -
XYZ 44.59 33.39 69.74 -
YUV 161.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 201 130 217 0.07 0.40 0 0.15 288.97 0.53 0.68
Hex C9 82 D9 7 28 0 F 121 35 44
Octal 311 202 331 7 50 0 17 441 65 104
Binary 11001001 10000010 11011001 111 101000 0 1111 100100001 110101 1000100

Color Harmonies of #C982D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982D9

Black with #C982D9

Text Example


Text Example

White with #C982D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982D9; }

 p { color: rgb(201,130,217); }

 H1.HeaderClassName
 {
   color: #C982D9;
 }
 .AnyTagClassName
 {
   color: #C982D9;
 }
</style>

background-color css

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

 a { background-color: rgb(201,130,217); }

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

border-color css

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

 span { border-color: rgb(201,130,217); }

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