Html Css Color HEX #C62DDE Medium Orchid

📋 copy color: '#C62DDE'

red 198 ◦ green 45 ◦ blue 222

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

Shades of Medium Orchid #C62DDE

Tints of Medium Orchid #C62DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.68%

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

R = 42.58%
G = 9.68%
B = 47.74%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62DDE (or 0xC62DDE) is known color: Medium Orchid. HEX triplet: C6, 2D and DE. RGB value is (198,45,222). Sum of RGB (Red+Green+Blue) = 198+45+222=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C62DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DDE is #39D221. Grayscale: #6E6E6E. Windows color (decimal): -3789346 or 14560710. OLE color: 14560710.

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

Color convert

RGB 198 45 222 -
CMYK 0.11 0.80 0 0.13
HSL 291.86º 0.73% 0.52% -
HSV(B) 291.86º 0.8% 0.87% -
XYZ 37.41 19.16 70.83 -
YUV 110.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 198 45 222 0.11 0.80 0 0.13 291.86 0.73 0.52
Hex C6 2D DE B 50 0 D 124 49 34
Octal 306 55 336 13 120 0 15 444 111 64
Binary 11000110 101101 11011110 1011 1010000 0 1101 100100100 1001001 110100

Color Harmonies of #C62DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DDE

Black with #C62DDE

Text Example


Text Example

White with #C62DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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