Html Css Color HEX #C982D6 Orchid

📋 copy color: '#C982D6'

red 201 ◦ green 130 ◦ blue 214

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

Shades of Orchid #C982D6

Tints of Orchid #C982D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 36.88%
G = 23.85%
B = 39.27%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C982D6 (or 0xC982D6) is known color: Orchid. HEX triplet: C9, 82 and D6. RGB value is (201,130,214). Sum of RGB (Red+Green+Blue) = 201+130+214=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #C982D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982D6 is #367D29. Grayscale: #A0A0A0. Windows color (decimal): -3570986 or 14058185. OLE color: 14058185.

HSL color Cylindrical-coordinate representation of color #C982D6: hue angle of 290.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C982D6 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 130 214 -
CMYK 0.06 0.39 0 0.16
HSL 290.71º 0.51% 0.67% -
HSV(B) 290.71º 0.39% 0.84% -
XYZ 44.21 33.24 67.7 -
YUV 160.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 201 130 214 0.06 0.39 0 0.16 290.71 0.51 0.67
Hex C9 82 D6 6 27 0 10 123 33 43
Octal 311 202 326 6 47 0 20 443 63 103
Binary 11001001 10000010 11010110 110 100111 0 10000 100100011 110011 1000011

Color Harmonies of #C982D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982D6

Black with #C982D6

Text Example


Text Example

White with #C982D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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