Html Css Color HEX #C980DD Orchid

📋 copy color: '#C980DD'

red 201 ◦ green 128 ◦ blue 221

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

Shades of Orchid #C980DD

Tints of Orchid #C980DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 36.55%
G = 23.27%
B = 40.18%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C980DD (or 0xC980DD) is known color: Orchid. HEX triplet: C9, 80 and DD. RGB value is (201,128,221). Sum of RGB (Red+Green+Blue) = 201+128+221=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C980DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DD is #367F22. Grayscale: #A0A0A0. Windows color (decimal): -3571491 or 14516425. OLE color: 14516425.

HSL color Cylindrical-coordinate representation of color #C980DD: hue angle of 287.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C980DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 128 221 -
CMYK 0.09 0.42 0 0.13
HSL 287.1º 0.58% 0.68% -
HSV(B) 287.1º 0.42% 0.87% -
XYZ 44.86 33.08 72.43 -
YUV 160.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 201 128 221 0.09 0.42 0 0.13 287.1 0.58 0.68
Hex C9 80 DD 9 2A 0 D 11F 3A 44
Octal 311 200 335 11 52 0 15 437 72 104
Binary 11001001 10000000 11011101 1001 101010 0 1101 100011111 111010 1000100

Color Harmonies of #C980DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980DD

Black with #C980DD

Text Example


Text Example

White with #C980DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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