Html Css Color HEX #C577DE Orchid

📋 copy color: '#C577DE'

red 197 ◦ green 119 ◦ blue 222

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

Shades of Orchid #C577DE

Tints of Orchid #C577DE

RGB

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

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

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

R = 36.62%
G = 22.12%
B = 41.26%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C577DE (or 0xC577DE) is known color: Orchid. HEX triplet: C5, 77 and DE. RGB value is (197,119,222). Sum of RGB (Red+Green+Blue) = 197+119+222=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C577DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DE is #3A8821. Grayscale: #999999. Windows color (decimal): -3835938 or 14579653. OLE color: 14579653.

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

Color convert

RGB 197 119 222 -
CMYK 0.11 0.46 0 0.13
HSL 285.44º 0.61% 0.67% -
HSV(B) 285.44º 0.46% 0.87% -
XYZ 42.81 30.34 72.71 -
YUV 154.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 197 119 222 0.11 0.46 0 0.13 285.44 0.61 0.67
Hex C5 77 DE B 2E 0 D 11D 3D 43
Octal 305 167 336 13 56 0 15 435 75 103
Binary 11000101 1110111 11011110 1011 101110 0 1101 100011101 111101 1000011

Color Harmonies of #C577DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577DE

Black with #C577DE

Text Example


Text Example

White with #C577DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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