Html Css Color HEX #C980CA Orchid

📋 copy color: '#C980CA'

red 201 ◦ green 128 ◦ blue 202

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

Shades of Orchid #C980CA

Tints of Orchid #C980CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 37.85%
G = 24.11%
B = 38.04%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C980CA (or 0xC980CA) is known color: Orchid. HEX triplet: C9, 80 and CA. RGB value is (201,128,202). Sum of RGB (Red+Green+Blue) = 201+128+202=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C980CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980CA is #367F35. Grayscale: #9E9E9E. Windows color (decimal): -3571510 or 13271241. OLE color: 13271241.

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

Color convert

RGB 201 128 202 -
CMYK 0.00 0.37 0 0.21
HSL 299.19º 0.41% 0.65% -
HSV(B) 299.19º 0.37% 0.79% -
XYZ 42.47 32.12 59.84 -
YUV 158.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 201 128 202 0.00 0.37 0 0.21 299.19 0.41 0.65
Hex C9 80 CA 0 25 0 15 12B 29 41
Octal 311 200 312 0 45 0 25 453 51 101
Binary 11001001 10000000 11001010 0 100101 0 10101 100101011 101001 1000001

Color Harmonies of #C980CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980CA

Black with #C980CA

Text Example


Text Example

White with #C980CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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