Html Css Color HEX #C977DD Orchid

📋 copy color: '#C977DD'

red 201 ◦ green 119 ◦ blue 221

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

Shades of Orchid #C977DD

Tints of Orchid #C977DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 37.15%
G = 22%
B = 40.85%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C977DD (or 0xC977DD) is known color: Orchid. HEX triplet: C9, 77 and DD. RGB value is (201,119,221). Sum of RGB (Red+Green+Blue) = 201+119+221=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C977DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DD is #368822. Grayscale: #9A9A9A. Windows color (decimal): -3573795 or 14514121. OLE color: 14514121.

HSL color Cylindrical-coordinate representation of color #C977DD: hue angle of 288.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C977DD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 119 221 -
CMYK 0.09 0.46 0 0.13
HSL 288.24º 0.6% 0.67% -
HSV(B) 288.24º 0.46% 0.87% -
XYZ 43.74 30.83 72.05 -
YUV 155.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 201 119 221 0.09 0.46 0 0.13 288.24 0.6 0.67
Hex C9 77 DD 9 2E 0 D 120 3C 43
Octal 311 167 335 11 56 0 15 440 74 103
Binary 11001001 1110111 11011101 1001 101110 0 1101 100100000 111100 1000011

Color Harmonies of #C977DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977DD

Black with #C977DD

Text Example


Text Example

White with #C977DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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