Html Css Color HEX #C980CF Orchid

📋 copy color: '#C980CF'

red 201 ◦ green 128 ◦ blue 207

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

Shades of Orchid #C980CF

Tints of Orchid #C980CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 37.5%
G = 23.88%
B = 38.62%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C980CF (or 0xC980CF) is known color: Orchid. HEX triplet: C9, 80 and CF. RGB value is (201,128,207). Sum of RGB (Red+Green+Blue) = 201+128+207=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C980CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980CF is #367F30. Grayscale: #9E9E9E. Windows color (decimal): -3571505 or 13598921. OLE color: 13598921.

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

Color convert

RGB 201 128 207 -
CMYK 0.03 0.38 0 0.19
HSL 295.44º 0.45% 0.66% -
HSV(B) 295.44º 0.38% 0.81% -
XYZ 43.07 32.36 63.01 -
YUV 158.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 201 128 207 0.03 0.38 0 0.19 295.44 0.45 0.66
Hex C9 80 CF 3 26 0 13 127 2D 42
Octal 311 200 317 3 46 0 23 447 55 102
Binary 11001001 10000000 11001111 11 100110 0 10011 100100111 101101 1000010

Color Harmonies of #C980CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980CF

Black with #C980CF

Text Example


Text Example

White with #C980CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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