Html Css Color HEX #C577DA Orchid

📋 copy color: '#C577DA'

red 197 ◦ green 119 ◦ blue 218

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

Shades of Orchid #C577DA

Tints of Orchid #C577DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 36.89%
G = 22.28%
B = 40.82%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C577DA (or 0xC577DA) is known color: Orchid. HEX triplet: C5, 77 and DA. RGB value is (197,119,218). Sum of RGB (Red+Green+Blue) = 197+119+218=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C577DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DA is #3A8825. Grayscale: #999999. Windows color (decimal): -3835942 or 14317509. OLE color: 14317509.

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

Color convert

RGB 197 119 218 -
CMYK 0.10 0.45 0 0.15
HSL 287.27º 0.57% 0.66% -
HSV(B) 287.27º 0.45% 0.85% -
XYZ 42.28 30.13 69.92 -
YUV 153.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 197 119 218 0.10 0.45 0 0.15 287.27 0.57 0.66
Hex C5 77 DA A 2D 0 F 11F 39 42
Octal 305 167 332 12 55 0 17 437 71 102
Binary 11000101 1110111 11011010 1010 101101 0 1111 100011111 111001 1000010

Color Harmonies of #C577DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577DA

Black with #C577DA

Text Example


Text Example

White with #C577DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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