Html Css Color HEX #C982D0 Orchid

📋 copy color: '#C982D0'

red 201 ◦ green 130 ◦ blue 208

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

Shades of Orchid #C982D0

Tints of Orchid #C982D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 37.29%
G = 24.12%
B = 38.59%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C982D0 (or 0xC982D0) is known color: Orchid. HEX triplet: C9, 82 and D0. RGB value is (201,130,208). Sum of RGB (Red+Green+Blue) = 201+130+208=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #C982D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982D0 is #367D2F. Grayscale: #9F9F9F. Windows color (decimal): -3570992 or 13664969. OLE color: 13664969.

HSL color Cylindrical-coordinate representation of color #C982D0: hue angle of 294.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C982D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 130 208 -
CMYK 0.03 0.38 0 0.18
HSL 294.62º 0.45% 0.66% -
HSV(B) 294.62º 0.38% 0.82% -
XYZ 43.46 32.94 63.74 -
YUV 160.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 201 130 208 0.03 0.38 0 0.18 294.62 0.45 0.66
Hex C9 82 D0 3 26 0 12 127 2D 42
Octal 311 202 320 3 46 0 22 447 55 102
Binary 11001001 10000010 11010000 11 100110 0 10010 100100111 101101 1000010

Color Harmonies of #C982D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982D0

Black with #C982D0

Text Example


Text Example

White with #C982D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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