Html Css Color HEX #C980BF Orchid

📋 copy color: '#C980BF'

red 201 ◦ green 128 ◦ blue 191

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

Shades of Orchid #C980BF

Tints of Orchid #C980BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 38.65%
G = 24.62%
B = 36.73%

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

#C980BF (or 0xC980BF) is known color: Orchid. HEX triplet: C9, 80 and BF. RGB value is (201,128,191). Sum of RGB (Red+Green+Blue) = 201+128+191=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BF is #367F40. Grayscale: #9C9C9C. Windows color (decimal): -3571521 or 12550345. OLE color: 12550345.

HSL color Cylindrical-coordinate representation of color #C980BF: hue angle of 308.22º 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 #C980BF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 191 -
CMYK 0 0.36 0.05 0.21
HSL 308.22º 0.4% 0.65% -
HSV(B) 308.22º 0.36% 0.79% -
XYZ 41.21 31.62 53.22 -
YUV 157.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 201 128 191 0 0.36 0.05 0.21 308.22 0.4 0.65
Hex C9 80 BF 0 24 5 15 134 28 41
Octal 311 200 277 0 44 5 25 464 50 101
Binary 11001001 10000000 10111111 0 100100 101 10101 100110100 101000 1000001

Color Harmonies of #C980BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980BF

Black with #C980BF

Text Example


Text Example

White with #C980BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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