Html Css Color HEX #C977DE Orchid

📋 copy color: '#C977DE'

red 201 ◦ green 119 ◦ blue 222

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

Shades of Orchid #C977DE

Tints of Orchid #C977DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 37.08%
G = 21.96%
B = 40.96%

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

#C977DE (or 0xC977DE) is known color: Orchid. HEX triplet: C9, 77 and DE. RGB value is (201,119,222). Sum of RGB (Red+Green+Blue) = 201+119+222=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #C977DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DE is #368821. Grayscale: #9A9A9A. Windows color (decimal): -3573794 or 14579657. OLE color: 14579657.

HSL color Cylindrical-coordinate representation of color #C977DE: hue angle of 287.77º degrees, saturation: 0.61, 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 #C977DE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 119 222 -
CMYK 0.09 0.46 0 0.13
HSL 287.77º 0.61% 0.67% -
HSV(B) 287.77º 0.46% 0.87% -
XYZ 43.87 30.89 72.76 -
YUV 155.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 201 119 222 0.09 0.46 0 0.13 287.77 0.61 0.67
Hex C9 77 DE 9 2E 0 D 120 3D 43
Octal 311 167 336 11 56 0 15 440 75 103
Binary 11001001 1110111 11011110 1001 101110 0 1101 100100000 111101 1000011

Color Harmonies of #C977DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977DE

Black with #C977DE

Text Example


Text Example

White with #C977DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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