Html Css Color HEX #C577D8 Orchid

📋 copy color: '#C577D8'

red 197 ◦ green 119 ◦ blue 216

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

Shades of Orchid #C577D8

Tints of Orchid #C577D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 37.03%
G = 22.37%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C577D8 (or 0xC577D8) is known color: Orchid. HEX triplet: C5, 77 and D8. RGB value is (197,119,216). Sum of RGB (Red+Green+Blue) = 197+119+216=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C577D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577D8 is #3A8827. Grayscale: #999999. Windows color (decimal): -3835944 or 14186437. OLE color: 14186437.

HSL color Cylindrical-coordinate representation of color #C577D8: hue angle of 288.25º degrees, saturation: 0.55, 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 #C577D8 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 119 216 -
CMYK 0.09 0.45 0 0.15
HSL 288.25º 0.55% 0.66% -
HSV(B) 288.25º 0.45% 0.85% -
XYZ 42.02 30.02 68.55 -
YUV 153.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 197 119 216 0.09 0.45 0 0.15 288.25 0.55 0.66
Hex C5 77 D8 9 2D 0 F 120 37 42
Octal 305 167 330 11 55 0 17 440 67 102
Binary 11000101 1110111 11011000 1001 101101 0 1111 100100000 110111 1000010

Color Harmonies of #C577D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577D8

Black with #C577D8

Text Example


Text Example

White with #C577D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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