Html Css Color HEX #C62FEB Medium Orchid

📋 copy color: '#C62FEB'

red 198 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #C62FEB

Tints of Medium Orchid #C62FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.79%

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

R = 41.25%
G = 9.79%
B = 48.96%

CMYK

 C value IS 0.16

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62FEB (or 0xC62FEB) is known color: Medium Orchid. HEX triplet: C6, 2F and EB. RGB value is (198,47,235). Sum of RGB (Red+Green+Blue) = 198+47+235=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FEB is #39D014. Grayscale: #707070. Windows color (decimal): -3788821 or 15413190. OLE color: 15413190.

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

Color convert

RGB 198 47 235 -
CMYK 0.16 0.8 0 0.08
HSL 288.19º 0.82% 0.55% -
HSV(B) 288.19º 0.8% 0.92% -
XYZ 39.3 20.04 80.39 -
YUV 113.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 198 47 235 0.16 0.8 0 0.08 288.19 0.82 0.55
Hex C6 2F EB 10 50 0 8 120 52 37
Octal 306 57 353 20 120 0 10 440 122 67
Binary 11000110 101111 11101011 10000 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C62FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FEB

Black with #C62FEB

Text Example


Text Example

White with #C62FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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