Html Css Color HEX #C42DDD Medium Orchid

📋 copy color: '#C42DDD'

red 196 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #C42DDD

Tints of Medium Orchid #C42DDD

RGB

 RED value IS 196 (76.95% from 255) = 42.42%

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

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

R = 42.42%
G = 9.74%
B = 47.84%

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

#C42DDD (or 0xC42DDD) is known color: Medium Orchid. HEX triplet: C4, 2D and DD. RGB value is (196,45,221). Sum of RGB (Red+Green+Blue) = 196+45+221=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DDD is #3BD222. Grayscale: #6D6D6D. Windows color (decimal): -3920419 or 14495172. OLE color: 14495172.

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

Color convert

RGB 196 45 221 -
CMYK 0.11 0.80 0 0.13
HSL 291.48º 0.72% 0.52% -
HSV(B) 291.48º 0.8% 0.87% -
XYZ 36.75 18.83 70.1 -
YUV 110.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 196 45 221 0.11 0.80 0 0.13 291.48 0.72 0.52
Hex C4 2D DD B 50 0 D 123 48 34
Octal 304 55 335 13 120 0 15 443 110 64
Binary 11000100 101101 11011101 1011 1010000 0 1101 100100011 1001000 110100

Color Harmonies of #C42DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DDD

Black with #C42DDD

Text Example


Text Example

White with #C42DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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