Html Css Color HEX #C62ADE Medium Orchid

📋 copy color: '#C62ADE'

red 198 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C62ADE

Tints of Medium Orchid #C62ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.09%

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

R = 42.86%
G = 9.09%
B = 48.05%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62ADE (or 0xC62ADE) is known color: Medium Orchid. HEX triplet: C6, 2A and DE. RGB value is (198,42,222). Sum of RGB (Red+Green+Blue) = 198+42+222=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C62ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ADE is #39D521. Grayscale: #6C6C6C. Windows color (decimal): -3790114 or 14559942. OLE color: 14559942.

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

Color convert

RGB 198 42 222 -
CMYK 0.11 0.81 0 0.13
HSL 292º 0.73% 0.52% -
HSV(B) 292º 0.81% 0.87% -
XYZ 37.3 18.94 70.8 -
YUV 109.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 198 42 222 0.11 0.81 0 0.13 292 0.73 0.52
Hex C6 2A DE B 51 0 D 124 49 34
Octal 306 52 336 13 121 0 15 444 111 64
Binary 11000110 101010 11011110 1011 1010001 0 1101 100100100 1001001 110100

Color Harmonies of #C62ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ADE

Black with #C62ADE

Text Example


Text Example

White with #C62ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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