Html Css Color HEX #C980CB Orchid

📋 copy color: '#C980CB'

red 201 ◦ green 128 ◦ blue 203

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

Shades of Orchid #C980CB

Tints of Orchid #C980CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 37.78%
G = 24.06%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C980CB (or 0xC980CB) is known color: Orchid. HEX triplet: C9, 80 and CB. RGB value is (201,128,203). Sum of RGB (Red+Green+Blue) = 201+128+203=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C980CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980CB is #367F34. Grayscale: #9E9E9E. Windows color (decimal): -3571509 or 13336777. OLE color: 13336777.

HSL color Cylindrical-coordinate representation of color #C980CB: hue angle of 298.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C980CB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 128 203 -
CMYK 0.01 0.37 0 0.20
HSL 298.4º 0.42% 0.65% -
HSV(B) 298.4º 0.37% 0.8% -
XYZ 42.59 32.17 60.46 -
YUV 158.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 201 128 203 0.01 0.37 0 0.20 298.4 0.42 0.65
Hex C9 80 CB 1 25 0 14 12A 2A 41
Octal 311 200 313 1 45 0 24 452 52 101
Binary 11001001 10000000 11001011 1 100101 0 10100 100101010 101010 1000001

Color Harmonies of #C980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980CB

Black with #C980CB

Text Example


Text Example

White with #C980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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