Html Css Color HEX #C62FDE Medium Orchid

📋 copy color: '#C62FDE'

red 198 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #C62FDE

Tints of Medium Orchid #C62FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 42.4%
G = 10.06%
B = 47.54%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62FDE (or 0xC62FDE) is known color: Medium Orchid. HEX triplet: C6, 2F and DE. RGB value is (198,47,222). Sum of RGB (Red+Green+Blue) = 198+47+222=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #C62FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FDE is #39D021. Grayscale: #6F6F6F. Windows color (decimal): -3788834 or 14561222. OLE color: 14561222.

HSL color Cylindrical-coordinate representation of color #C62FDE: hue angle of 291.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62FDE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 47 222 -
CMYK 0.11 0.79 0 0.13
HSL 291.77º 0.73% 0.53% -
HSV(B) 291.77º 0.79% 0.87% -
XYZ 37.49 19.31 70.86 -
YUV 112.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 198 47 222 0.11 0.79 0 0.13 291.77 0.73 0.53
Hex C6 2F DE B 4F 0 D 124 49 35
Octal 306 57 336 13 117 0 15 444 111 65
Binary 11000110 101111 11011110 1011 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C62FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FDE

Black with #C62FDE

Text Example


Text Example

White with #C62FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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