Html Css Color HEX #C577D6 Orchid

📋 copy color: '#C577D6'

red 197 ◦ green 119 ◦ blue 214

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

Shades of Orchid #C577D6

Tints of Orchid #C577D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 37.17%
G = 22.45%
B = 40.38%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C577D6 (or 0xC577D6) is known color: Orchid. HEX triplet: C5, 77 and D6. RGB value is (197,119,214). Sum of RGB (Red+Green+Blue) = 197+119+214=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #C577D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577D6 is #3A8829. Grayscale: #989898. Windows color (decimal): -3835946 or 14055365. OLE color: 14055365.

HSL color Cylindrical-coordinate representation of color #C577D6: hue angle of 289.26º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C577D6 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 119 214 -
CMYK 0.08 0.44 0 0.16
HSL 289.26º 0.54% 0.65% -
HSV(B) 289.26º 0.44% 0.84% -
XYZ 41.76 29.92 67.19 -
YUV 153.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 197 119 214 0.08 0.44 0 0.16 289.26 0.54 0.65
Hex C5 77 D6 8 2C 0 10 121 36 41
Octal 305 167 326 10 54 0 20 441 66 101
Binary 11000101 1110111 11010110 1000 101100 0 10000 100100001 110110 1000001

Color Harmonies of #C577D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577D6

Black with #C577D6

Text Example


Text Example

White with #C577D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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