Html Css Color HEX #C62EDD Medium Orchid

📋 copy color: '#C62EDD'

red 198 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C62EDD

Tints of Medium Orchid #C62EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 42.58%
G = 9.89%
B = 47.53%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62EDD (or 0xC62EDD) is known color: Medium Orchid. HEX triplet: C6, 2E and DD. RGB value is (198,46,221). Sum of RGB (Red+Green+Blue) = 198+46+221=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EDD is #39D122. Grayscale: #6E6E6E. Windows color (decimal): -3789091 or 14495430. OLE color: 14495430.

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

Color convert

RGB 198 46 221 -
CMYK 0.10 0.79 0 0.13
HSL 292.11º 0.72% 0.52% -
HSV(B) 292.11º 0.79% 0.87% -
XYZ 37.32 19.18 70.14 -
YUV 111.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 198 46 221 0.10 0.79 0 0.13 292.11 0.72 0.52
Hex C6 2E DD A 4F 0 D 124 48 34
Octal 306 56 335 12 117 0 15 444 110 64
Binary 11000110 101110 11011101 1010 1001111 0 1101 100100100 1001000 110100

Color Harmonies of #C62EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EDD

Black with #C62EDD

Text Example


Text Example

White with #C62EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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