Html Css Color HEX #C577DC Orchid

📋 copy color: '#C577DC'

red 197 ◦ green 119 ◦ blue 220

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

Shades of Orchid #C577DC

Tints of Orchid #C577DC

RGB

 RED value IS 197 (77.34% from 255) = 36.75%

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 36.75%
G = 22.2%
B = 41.04%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C577DC (or 0xC577DC) is known color: Orchid. HEX triplet: C5, 77 and DC. RGB value is (197,119,220). Sum of RGB (Red+Green+Blue) = 197+119+220=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C577DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DC is #3A8823. Grayscale: #999999. Windows color (decimal): -3835940 or 14448581. OLE color: 14448581.

HSL color Cylindrical-coordinate representation of color #C577DC: hue angle of 286.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C577DC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 119 220 -
CMYK 0.10 0.46 0 0.14
HSL 286.34º 0.59% 0.66% -
HSV(B) 286.34º 0.46% 0.86% -
XYZ 42.54 30.23 71.3 -
YUV 153.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 197 119 220 0.10 0.46 0 0.14 286.34 0.59 0.66
Hex C5 77 DC A 2E 0 E 11E 3B 42
Octal 305 167 334 12 56 0 16 436 73 102
Binary 11000101 1110111 11011100 1010 101110 0 1110 100011110 111011 1000010

Color Harmonies of #C577DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577DC

Black with #C577DC

Text Example


Text Example

White with #C577DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577DC; }

 p { color: rgb(197,119,220); }

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

background-color css

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

 a { background-color: rgb(197,119,220); }

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

border-color css

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

 span { border-color: rgb(197,119,220); }

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