Html Css Color HEX #C62EEA Medium Orchid

📋 copy color: '#C62EEA'

red 198 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #C62EEA

Tints of Medium Orchid #C62EEA

RGB

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

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

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

R = 41.42%
G = 9.62%
B = 48.95%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62EEA (or 0xC62EEA) is known color: Medium Orchid. HEX triplet: C6, 2E and EA. RGB value is (198,46,234). Sum of RGB (Red+Green+Blue) = 198+46+234=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C62EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EEA is #39D115. Grayscale: #707070. Windows color (decimal): -3789078 or 15347398. OLE color: 15347398.

HSL color Cylindrical-coordinate representation of color #C62EEA: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62EEA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 46 234 -
CMYK 0.15 0.80 0 0.08
HSL 288.51º 0.82% 0.55% -
HSV(B) 288.51º 0.8% 0.92% -
XYZ 39.12 19.9 79.62 -
YUV 112.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 198 46 234 0.15 0.80 0 0.08 288.51 0.82 0.55
Hex C6 2E EA F 50 0 8 121 52 37
Octal 306 56 352 17 120 0 10 441 122 67
Binary 11000110 101110 11101010 1111 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C62EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EEA

Black with #C62EEA

Text Example


Text Example

White with #C62EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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