Html Css Color HEX #C980BE Orchid

📋 copy color: '#C980BE'

red 201 ◦ green 128 ◦ blue 190

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

Shades of Orchid #C980BE

Tints of Orchid #C980BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 38.73%
G = 24.66%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C980BE (or 0xC980BE) is known color: Orchid. HEX triplet: C9, 80 and BE. RGB value is (201,128,190). Sum of RGB (Red+Green+Blue) = 201+128+190=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BE is #367F41. Grayscale: #9C9C9C. Windows color (decimal): -3571522 or 12484809. OLE color: 12484809.

HSL color Cylindrical-coordinate representation of color #C980BE: hue angle of 309.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980BE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 190 -
CMYK 0 0.36 0.05 0.21
HSL 309.04º 0.4% 0.65% -
HSV(B) 309.04º 0.36% 0.79% -
XYZ 41.1 31.57 52.64 -
YUV 156.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 201 128 190 0 0.36 0.05 0.21 309.04 0.4 0.65
Hex C9 80 BE 0 24 5 15 135 28 41
Octal 311 200 276 0 44 5 25 465 50 101
Binary 11001001 10000000 10111110 0 100100 101 10101 100110101 101000 1000001

Color Harmonies of #C980BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980BE

Black with #C980BE

Text Example


Text Example

White with #C980BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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