Html Css Color HEX #C562E5 Medium Orchid

📋 copy color: '#C562E5'

red 197 ◦ green 98 ◦ blue 229

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

Shades of Medium Orchid #C562E5

Tints of Medium Orchid #C562E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.7%

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 37.6%
G = 18.7%
B = 43.7%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C562E5 (or 0xC562E5) is known color: Medium Orchid. HEX triplet: C5, 62 and E5. RGB value is (197,98,229). Sum of RGB (Red+Green+Blue) = 197+98+229=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #C562E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562E5 is #3A9D1A. Grayscale: #8E8E8E. Windows color (decimal): -3841307 or 15033029. OLE color: 15033029.

HSL color Cylindrical-coordinate representation of color #C562E5: hue angle of 285.34º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C562E5 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 98 229 -
CMYK 0.14 0.57 0 0.10
HSL 285.34º 0.72% 0.64% -
HSV(B) 285.34º 0.57% 0.9% -
XYZ 41.54 26.26 77.01 -
YUV 142.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 197 98 229 0.14 0.57 0 0.10 285.34 0.72 0.64
Hex C5 62 E5 E 39 0 A 11D 48 40
Octal 305 142 345 16 71 0 12 435 110 100
Binary 11000101 1100010 11100101 1110 111001 0 1010 100011101 1001000 1000000

Color Harmonies of #C562E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562E5

Black with #C562E5

Text Example


Text Example

White with #C562E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562E5; }

 p { color: rgb(197,98,229); }

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

background-color css

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

 a { background-color: rgb(197,98,229); }

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

border-color css

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

 span { border-color: rgb(197,98,229); }

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