Html Css Color HEX #C62DDA Medium Orchid

📋 copy color: '#C62DDA'

red 198 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #C62DDA

Tints of Medium Orchid #C62DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 42.95%
G = 9.76%
B = 47.29%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C62DDA (or 0xC62DDA) is known color: Medium Orchid. HEX triplet: C6, 2D and DA. RGB value is (198,45,218). Sum of RGB (Red+Green+Blue) = 198+45+218=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C62DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DDA is #39D225. Grayscale: #6D6D6D. Windows color (decimal): -3789350 or 14298566. OLE color: 14298566.

HSL color Cylindrical-coordinate representation of color #C62DDA: hue angle of 293.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62DDA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 45 218 -
CMYK 0.09 0.79 0 0.15
HSL 293.06º 0.7% 0.52% -
HSV(B) 293.06º 0.79% 0.85% -
XYZ 36.88 18.94 68.04 -
YUV 110.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 198 45 218 0.09 0.79 0 0.15 293.06 0.7 0.52
Hex C6 2D DA 9 4F 0 F 125 46 34
Octal 306 55 332 11 117 0 17 445 106 64
Binary 11000110 101101 11011010 1001 1001111 0 1111 100100101 1000110 110100

Color Harmonies of #C62DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DDA

Black with #C62DDA

Text Example


Text Example

White with #C62DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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