Html Css Color HEX #C562EA Medium Orchid

📋 copy color: '#C562EA'

red 197 ◦ green 98 ◦ blue 234

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

Shades of Medium Orchid #C562EA

Tints of Medium Orchid #C562EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 37.24%
G = 18.53%
B = 44.23%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C562EA (or 0xC562EA) is known color: Medium Orchid. HEX triplet: C5, 62 and EA. RGB value is (197,98,234). Sum of RGB (Red+Green+Blue) = 197+98+234=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C562EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562EA is #3A9D15. Grayscale: #8E8E8E. Windows color (decimal): -3841302 or 15360709. OLE color: 15360709.

HSL color Cylindrical-coordinate representation of color #C562EA: hue angle of 283.68º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C562EA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 98 234 -
CMYK 0.16 0.58 0 0.08
HSL 283.68º 0.76% 0.65% -
HSV(B) 283.68º 0.58% 0.92% -
XYZ 42.24 26.55 80.74 -
YUV 143.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 197 98 234 0.16 0.58 0 0.08 283.68 0.76 0.65
Hex C5 62 EA 10 3A 0 8 11C 4C 41
Octal 305 142 352 20 72 0 10 434 114 101
Binary 11000101 1100010 11101010 10000 111010 0 1000 100011100 1001100 1000001

Color Harmonies of #C562EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562EA

Black with #C562EA

Text Example


Text Example

White with #C562EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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