Html Css Color HEX #C577E1 Orchid

📋 copy color: '#C577E1'

red 197 ◦ green 119 ◦ blue 225

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

Shades of Orchid #C577E1

Tints of Orchid #C577E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 36.41%
G = 22%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C577E1 (or 0xC577E1) is known color: Orchid. HEX triplet: C5, 77 and E1. RGB value is (197,119,225). Sum of RGB (Red+Green+Blue) = 197+119+225=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #C577E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577E1 is #3A881E. Grayscale: #9A9A9A. Windows color (decimal): -3835935 or 14776261. OLE color: 14776261.

HSL color Cylindrical-coordinate representation of color #C577E1: hue angle of 284.15º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C577E1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 119 225 -
CMYK 0.12 0.47 0 0.12
HSL 284.15º 0.64% 0.67% -
HSV(B) 284.15º 0.47% 0.88% -
XYZ 43.21 30.5 74.84 -
YUV 154.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 197 119 225 0.12 0.47 0 0.12 284.15 0.64 0.67
Hex C5 77 E1 C 2F 0 C 11C 40 43
Octal 305 167 341 14 57 0 14 434 100 103
Binary 11000101 1110111 11100001 1100 101111 0 1100 100011100 1000000 1000011

Color Harmonies of #C577E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577E1

Black with #C577E1

Text Example


Text Example

White with #C577E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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