Html Css Color HEX #C980DB Orchid

📋 copy color: '#C980DB'

red 201 ◦ green 128 ◦ blue 219

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

Shades of Orchid #C980DB

Tints of Orchid #C980DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 36.68%
G = 23.36%
B = 39.96%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C980DB (or 0xC980DB) is known color: Orchid. HEX triplet: C9, 80 and DB. RGB value is (201,128,219). Sum of RGB (Red+Green+Blue) = 201+128+219=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C980DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DB is #367F24. Grayscale: #9F9F9F. Windows color (decimal): -3571493 or 14385353. OLE color: 14385353.

HSL color Cylindrical-coordinate representation of color #C980DB: hue angle of 288.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C980DB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 128 219 -
CMYK 0.08 0.42 0 0.14
HSL 288.13º 0.56% 0.68% -
HSV(B) 288.13º 0.42% 0.86% -
XYZ 44.59 32.97 71.03 -
YUV 160.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 201 128 219 0.08 0.42 0 0.14 288.13 0.56 0.68
Hex C9 80 DB 8 2A 0 E 120 38 44
Octal 311 200 333 10 52 0 16 440 70 104
Binary 11001001 10000000 11011011 1000 101010 0 1110 100100000 111000 1000100

Color Harmonies of #C980DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980DB

Black with #C980DB

Text Example


Text Example

White with #C980DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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