Html Css Color HEX #C42FD3 Medium Orchid

📋 copy color: '#C42FD3'

red 196 ◦ green 47 ◦ blue 211

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

Shades of Medium Orchid #C42FD3

Tints of Medium Orchid #C42FD3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.35%

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

R = 43.17%
G = 10.35%
B = 46.48%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C42FD3 (or 0xC42FD3) is known color: Medium Orchid. HEX triplet: C4, 2F and D3. RGB value is (196,47,211). Sum of RGB (Red+Green+Blue) = 196+47+211=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #C42FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FD3 is #3BD02C. Grayscale: #6D6D6D. Windows color (decimal): -3919917 or 13840324. OLE color: 13840324.

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

Color convert

RGB 196 47 211 -
CMYK 0.07 0.78 0 0.17
HSL 294.51º 0.65% 0.51% -
HSV(B) 294.51º 0.78% 0.83% -
XYZ 35.54 18.47 63.32 -
YUV 110.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 196 47 211 0.07 0.78 0 0.17 294.51 0.65 0.51
Hex C4 2F D3 7 4E 0 11 127 41 33
Octal 304 57 323 7 116 0 21 447 101 63
Binary 11000100 101111 11010011 111 1001110 0 10001 100100111 1000001 110011

Color Harmonies of #C42FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FD3

Black with #C42FD3

Text Example


Text Example

White with #C42FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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