Html Css Color HEX #C62DD5 Medium Orchid

📋 copy color: '#C62DD5'

red 198 ◦ green 45 ◦ blue 213

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

Shades of Medium Orchid #C62DD5

Tints of Medium Orchid #C62DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 43.42%
G = 9.87%
B = 46.71%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C62DD5 (or 0xC62DD5) is known color: Medium Orchid. HEX triplet: C6, 2D and D5. RGB value is (198,45,213). Sum of RGB (Red+Green+Blue) = 198+45+213=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #C62DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DD5 is #39D22A. Grayscale: #6D6D6D. Windows color (decimal): -3789355 or 13970886. OLE color: 13970886.

HSL color Cylindrical-coordinate representation of color #C62DD5: hue angle of 294.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62DD5 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 45 213 -
CMYK 0.07 0.79 0 0.16
HSL 294.64º 0.67% 0.51% -
HSV(B) 294.64º 0.79% 0.84% -
XYZ 36.24 18.69 64.65 -
YUV 109.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 198 45 213 0.07 0.79 0 0.16 294.64 0.67 0.51
Hex C6 2D D5 7 4F 0 10 127 43 33
Octal 306 55 325 7 117 0 20 447 103 63
Binary 11000110 101101 11010101 111 1001111 0 10000 100100111 1000011 110011

Color Harmonies of #C62DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DD5

Black with #C62DD5

Text Example


Text Example

White with #C62DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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