Html Css Color HEX #C980BD Orchid

📋 copy color: '#C980BD'

red 201 ◦ green 128 ◦ blue 189

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

Shades of Orchid #C980BD

Tints of Orchid #C980BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 38.8%
G = 24.71%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C980BD (or 0xC980BD) is known color: Orchid. HEX triplet: C9, 80 and BD. RGB value is (201,128,189). Sum of RGB (Red+Green+Blue) = 201+128+189=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BD is #367F42. Grayscale: #9C9C9C. Windows color (decimal): -3571523 or 12419273. OLE color: 12419273.

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

Color convert

RGB 201 128 189 -
CMYK 0 0.36 0.06 0.21
HSL 309.86º 0.4% 0.65% -
HSV(B) 309.86º 0.36% 0.79% -
XYZ 40.99 31.53 52.07 -
YUV 156.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 201 128 189 0 0.36 0.06 0.21 309.86 0.4 0.65
Hex C9 80 BD 0 24 6 15 136 28 41
Octal 311 200 275 0 44 6 25 466 50 101
Binary 11001001 10000000 10111101 0 100100 110 10101 100110110 101000 1000001

Color Harmonies of #C980BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980BD

Black with #C980BD

Text Example


Text Example

White with #C980BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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