Html Css Color HEX #C62FEF Medium Orchid

📋 copy color: '#C62FEF'

red 198 ◦ green 47 ◦ blue 239

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

Shades of Medium Orchid #C62FEF

Tints of Medium Orchid #C62FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 40.91%
G = 9.71%
B = 49.38%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C62FEF (or 0xC62FEF) is known color: Medium Orchid. HEX triplet: C6, 2F and EF. RGB value is (198,47,239). Sum of RGB (Red+Green+Blue) = 198+47+239=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #C62FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FEF is #39D010. Grayscale: #717171. Windows color (decimal): -3788817 or 15675334. OLE color: 15675334.

HSL color Cylindrical-coordinate representation of color #C62FEF: hue angle of 287.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62FEF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 47 239 -
CMYK 0.17 0.80 0 0.06
HSL 287.19º 0.86% 0.56% -
HSV(B) 287.19º 0.8% 0.94% -
XYZ 39.89 20.27 83.47 -
YUV 114.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 198 47 239 0.17 0.80 0 0.06 287.19 0.86 0.56
Hex C6 2F EF 11 50 0 6 11F 56 38
Octal 306 57 357 21 120 0 6 437 126 70
Binary 11000110 101111 11101111 10001 1010000 0 110 100011111 1010110 111000

Color Harmonies of #C62FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FEF

Black with #C62FEF

Text Example


Text Example

White with #C62FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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