Html Css Color HEX #C562ED Medium Orchid

📋 copy color: '#C562ED'

red 197 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #C562ED

Tints of Medium Orchid #C562ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 37.03%
G = 18.42%
B = 44.55%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C562ED (or 0xC562ED) is known color: Medium Orchid. HEX triplet: C5, 62 and ED. RGB value is (197,98,237). Sum of RGB (Red+Green+Blue) = 197+98+237=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #C562ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562ED is #3A9D12. Grayscale: #8E8E8E. Windows color (decimal): -3841299 or 15557317. OLE color: 15557317.

HSL color Cylindrical-coordinate representation of color #C562ED: hue angle of 282.73º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C562ED is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 98 237 -
CMYK 0.17 0.59 0 0.07
HSL 282.73º 0.79% 0.66% -
HSV(B) 282.73º 0.59% 0.93% -
XYZ 42.68 26.72 83.03 -
YUV 143.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 197 98 237 0.17 0.59 0 0.07 282.73 0.79 0.66
Hex C5 62 ED 11 3B 0 7 11B 4F 42
Octal 305 142 355 21 73 0 7 433 117 102
Binary 11000101 1100010 11101101 10001 111011 0 111 100011011 1001111 1000010

Color Harmonies of #C562ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562ED

Black with #C562ED

Text Example


Text Example

White with #C562ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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