Html Css Color HEX #C62DDD Medium Orchid

📋 copy color: '#C62DDD'

red 198 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #C62DDD

Tints of Medium Orchid #C62DDD

RGB

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

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

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

R = 42.67%
G = 9.7%
B = 47.63%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62DDD (or 0xC62DDD) is known color: Medium Orchid. HEX triplet: C6, 2D and DD. RGB value is (198,45,221). Sum of RGB (Red+Green+Blue) = 198+45+221=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DDD is #39D222. Grayscale: #6E6E6E. Windows color (decimal): -3789347 or 14495174. OLE color: 14495174.

HSL color Cylindrical-coordinate representation of color #C62DDD: hue angle of 292.16º degrees, saturation: 0.72, 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 #C62DDD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 45 221 -
CMYK 0.10 0.80 0 0.13
HSL 292.16º 0.72% 0.52% -
HSV(B) 292.16º 0.8% 0.87% -
XYZ 37.28 19.1 70.13 -
YUV 110.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 198 45 221 0.10 0.80 0 0.13 292.16 0.72 0.52
Hex C6 2D DD A 50 0 D 124 48 34
Octal 306 55 335 12 120 0 15 444 110 64
Binary 11000110 101101 11011101 1010 1010000 0 1101 100100100 1001000 110100

Color Harmonies of #C62DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DDD

Black with #C62DDD

Text Example


Text Example

White with #C62DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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