Html Css Color HEX #C62EEB Medium Orchid

📋 copy color: '#C62EEB'

red 198 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #C62EEB

Tints of Medium Orchid #C62EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 41.34%
G = 9.6%
B = 49.06%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62EEB (or 0xC62EEB) is known color: Medium Orchid. HEX triplet: C6, 2E and EB. RGB value is (198,46,235). Sum of RGB (Red+Green+Blue) = 198+46+235=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EEB is #39D114. Grayscale: #707070. Windows color (decimal): -3789077 or 15412934. OLE color: 15412934.

HSL color Cylindrical-coordinate representation of color #C62EEB: hue angle of 288.25º degrees, saturation: 0.83, 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 #C62EEB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 46 235 -
CMYK 0.16 0.80 0 0.08
HSL 288.25º 0.83% 0.55% -
HSV(B) 288.25º 0.8% 0.92% -
XYZ 39.26 19.96 80.38 -
YUV 112.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 198 46 235 0.16 0.80 0 0.08 288.25 0.83 0.55
Hex C6 2E EB 10 50 0 8 120 53 37
Octal 306 56 353 20 120 0 10 440 123 67
Binary 11000110 101110 11101011 10000 1010000 0 1000 100100000 1010011 110111

Color Harmonies of #C62EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EEB

Black with #C62EEB

Text Example


Text Example

White with #C62EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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