Html Css Color HEX #C62ED6 Medium Orchid

📋 copy color: '#C62ED6'

red 198 ◦ green 46 ◦ blue 214

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

Shades of Medium Orchid #C62ED6

Tints of Medium Orchid #C62ED6

RGB

 RED value IS 198 (77.73% from 255) = 43.23%

 GREEN value IS 46 (18.36% from 255) = 10.04%

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 43.23%
G = 10.04%
B = 46.72%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C62ED6 (or 0xC62ED6) is known color: Medium Orchid. HEX triplet: C6, 2E and D6. RGB value is (198,46,214). Sum of RGB (Red+Green+Blue) = 198+46+214=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #C62ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ED6 is #39D129. Grayscale: #6E6E6E. Windows color (decimal): -3789098 or 14036678. OLE color: 14036678.

HSL color Cylindrical-coordinate representation of color #C62ED6: hue angle of 294.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62ED6 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 46 214 -
CMYK 0.07 0.79 0 0.16
HSL 294.29º 0.67% 0.51% -
HSV(B) 294.29º 0.79% 0.84% -
XYZ 36.4 18.81 65.33 -
YUV 110.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 198 46 214 0.07 0.79 0 0.16 294.29 0.67 0.51
Hex C6 2E D6 7 4F 0 10 126 43 33
Octal 306 56 326 7 117 0 20 446 103 63
Binary 11000110 101110 11010110 111 1001111 0 10000 100100110 1000011 110011

Color Harmonies of #C62ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ED6

Black with #C62ED6

Text Example


Text Example

White with #C62ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ED6; }

 p { color: rgb(198,46,214); }

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

background-color css

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

 a { background-color: rgb(198,46,214); }

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

border-color css

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

 span { border-color: rgb(198,46,214); }

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