Html Css Color HEX #C977DA Orchid

📋 copy color: '#C977DA'

red 201 ◦ green 119 ◦ blue 218

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

Shades of Orchid #C977DA

Tints of Orchid #C977DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 37.36%
G = 22.12%
B = 40.52%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C977DA (or 0xC977DA) is known color: Orchid. HEX triplet: C9, 77 and DA. RGB value is (201,119,218). Sum of RGB (Red+Green+Blue) = 201+119+218=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C977DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DA is #368825. Grayscale: #9A9A9A. Windows color (decimal): -3573798 or 14317513. OLE color: 14317513.

HSL color Cylindrical-coordinate representation of color #C977DA: hue angle of 289.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C977DA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 119 218 -
CMYK 0.08 0.45 0 0.15
HSL 289.7º 0.57% 0.66% -
HSV(B) 289.7º 0.45% 0.85% -
XYZ 43.34 30.67 69.97 -
YUV 154.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 201 119 218 0.08 0.45 0 0.15 289.7 0.57 0.66
Hex C9 77 DA 8 2D 0 F 122 39 42
Octal 311 167 332 10 55 0 17 442 71 102
Binary 11001001 1110111 11011010 1000 101101 0 1111 100100010 111001 1000010

Color Harmonies of #C977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977DA

Black with #C977DA

Text Example


Text Example

White with #C977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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