Html Css Color HEX #C562EF Medium Orchid

📋 copy color: '#C562EF'

red 197 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #C562EF

Tints of Medium Orchid #C562EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 36.89%
G = 18.35%
B = 44.76%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C562EF (or 0xC562EF) is known color: Medium Orchid. HEX triplet: C5, 62 and EF. RGB value is (197,98,239). Sum of RGB (Red+Green+Blue) = 197+98+239=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C562EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562EF is #3A9D10. Grayscale: #8F8F8F. Windows color (decimal): -3841297 or 15688389. OLE color: 15688389.

HSL color Cylindrical-coordinate representation of color #C562EF: hue angle of 282.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C562EF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 98 239 -
CMYK 0.18 0.59 0 0.06
HSL 282.13º 0.82% 0.66% -
HSV(B) 282.13º 0.59% 0.94% -
XYZ 42.97 26.84 84.58 -
YUV 143.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 197 98 239 0.18 0.59 0 0.06 282.13 0.82 0.66
Hex C5 62 EF 12 3B 0 6 11A 52 42
Octal 305 142 357 22 73 0 6 432 122 102
Binary 11000101 1100010 11101111 10010 111011 0 110 100011010 1010010 1000010

Color Harmonies of #C562EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562EF

Black with #C562EF

Text Example


Text Example

White with #C562EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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