Html Css Color HEX #C977CA Orchid

📋 copy color: '#C977CA'

red 201 ◦ green 119 ◦ blue 202

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

Shades of Orchid #C977CA

Tints of Orchid #C977CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.8%

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

R = 38.51%
G = 22.8%
B = 38.7%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C977CA (or 0xC977CA) is known color: Orchid. HEX triplet: C9, 77 and CA. RGB value is (201,119,202). Sum of RGB (Red+Green+Blue) = 201+119+202=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C977CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977CA is #368835. Grayscale: #989898. Windows color (decimal): -3573814 or 13268937. OLE color: 13268937.

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

Color convert

RGB 201 119 202 -
CMYK 0.00 0.41 0 0.21
HSL 299.28º 0.44% 0.63% -
HSV(B) 299.28º 0.41% 0.79% -
XYZ 41.34 29.88 59.46 -
YUV 152.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 201 119 202 0.00 0.41 0 0.21 299.28 0.44 0.63
Hex C9 77 CA 0 29 0 15 12B 2C 3F
Octal 311 167 312 0 51 0 25 453 54 77
Binary 11001001 1110111 11001010 0 101001 0 10101 100101011 101100 111111

Color Harmonies of #C977CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977CA

Black with #C977CA

Text Example


Text Example

White with #C977CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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