Html Css Color HEX #C980D2 Orchid

📋 copy color: '#C980D2'

red 201 ◦ green 128 ◦ blue 210

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

Shades of Orchid #C980D2

Tints of Orchid #C980D2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.75%

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 37.29%
G = 23.75%
B = 38.96%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C980D2 (or 0xC980D2) is known color: Orchid. HEX triplet: C9, 80 and D2. RGB value is (201,128,210). Sum of RGB (Red+Green+Blue) = 201+128+210=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #C980D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D2 is #367F2D. Grayscale: #9E9E9E. Windows color (decimal): -3571502 or 13795529. OLE color: 13795529.

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

Color convert

RGB 201 128 210 -
CMYK 0.04 0.39 0 0.18
HSL 293.41º 0.48% 0.66% -
HSV(B) 293.41º 0.39% 0.82% -
XYZ 43.44 32.51 64.96 -
YUV 159.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 201 128 210 0.04 0.39 0 0.18 293.41 0.48 0.66
Hex C9 80 D2 4 27 0 12 125 30 42
Octal 311 200 322 4 47 0 22 445 60 102
Binary 11001001 10000000 11010010 100 100111 0 10010 100100101 110000 1000010

Color Harmonies of #C980D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980D2

Black with #C980D2

Text Example


Text Example

White with #C980D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980D2; }

 p { color: rgb(201,128,210); }

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

background-color css

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

 a { background-color: rgb(201,128,210); }

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

border-color css

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

 span { border-color: rgb(201,128,210); }

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