Html Css Color HEX #C980DA Orchid

📋 copy color: '#C980DA'

red 201 ◦ green 128 ◦ blue 218

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

Shades of Orchid #C980DA

Tints of Orchid #C980DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 36.75%
G = 23.4%
B = 39.85%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C980DA (or 0xC980DA) is known color: Orchid. HEX triplet: C9, 80 and DA. RGB value is (201,128,218). Sum of RGB (Red+Green+Blue) = 201+128+218=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C980DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DA is #367F25. Grayscale: #9F9F9F. Windows color (decimal): -3571494 or 14319817. OLE color: 14319817.

HSL color Cylindrical-coordinate representation of color #C980DA: hue angle of 288.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C980DA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 128 218 -
CMYK 0.08 0.41 0 0.15
HSL 288.67º 0.55% 0.68% -
HSV(B) 288.67º 0.41% 0.85% -
XYZ 44.46 32.92 70.34 -
YUV 160.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 201 128 218 0.08 0.41 0 0.15 288.67 0.55 0.68
Hex C9 80 DA 8 29 0 F 121 37 44
Octal 311 200 332 10 51 0 17 441 67 104
Binary 11001001 10000000 11011010 1000 101001 0 1111 100100001 110111 1000100

Color Harmonies of #C980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980DA

Black with #C980DA

Text Example


Text Example

White with #C980DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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