Html Css Color HEX #C42DD3 Medium Orchid

📋 copy color: '#C42DD3'

red 196 ◦ green 45 ◦ blue 211

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

Shades of Medium Orchid #C42DD3

Tints of Medium Orchid #C42DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.68%

R = 43.36%
G = 9.96%
B = 46.68%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C42DD3 (or 0xC42DD3) is known color: Medium Orchid. HEX triplet: C4, 2D and D3. RGB value is (196,45,211). Sum of RGB (Red+Green+Blue) = 196+45+211=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #C42DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DD3 is #3BD22C. Grayscale: #6C6C6C. Windows color (decimal): -3920429 or 13839812. OLE color: 13839812.

HSL color Cylindrical-coordinate representation of color #C42DD3: hue angle of 294.58º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42DD3 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 45 211 -
CMYK 0.07 0.79 0 0.17
HSL 294.58º 0.65% 0.5% -
HSV(B) 294.58º 0.79% 0.83% -
XYZ 35.46 18.32 63.29 -
YUV 109.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 196 45 211 0.07 0.79 0 0.17 294.58 0.65 0.5
Hex C4 2D D3 7 4F 0 11 127 41 32
Octal 304 55 323 7 117 0 21 447 101 62
Binary 11000100 101101 11010011 111 1001111 0 10001 100100111 1000001 110010

Color Harmonies of #C42DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DD3

Black with #C42DD3

Text Example


Text Example

White with #C42DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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