Html Css Color HEX #C42FD7 Medium Orchid

📋 copy color: '#C42FD7'

red 196 ◦ green 47 ◦ blue 215

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

Shades of Medium Orchid #C42FD7

Tints of Medium Orchid #C42FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 42.79%
G = 10.26%
B = 46.94%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C42FD7 (or 0xC42FD7) is known color: Medium Orchid. HEX triplet: C4, 2F and D7. RGB value is (196,47,215). Sum of RGB (Red+Green+Blue) = 196+47+215=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #C42FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FD7 is #3BD028. Grayscale: #6E6E6E. Windows color (decimal): -3919913 or 14102468. OLE color: 14102468.

HSL color Cylindrical-coordinate representation of color #C42FD7: hue angle of 293.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42FD7 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 47 215 -
CMYK 0.09 0.78 0 0.16
HSL 293.21º 0.68% 0.51% -
HSV(B) 293.21º 0.78% 0.84% -
XYZ 36.05 18.68 65.99 -
YUV 110.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 196 47 215 0.09 0.78 0 0.16 293.21 0.68 0.51
Hex C4 2F D7 9 4E 0 10 125 44 33
Octal 304 57 327 11 116 0 20 445 104 63
Binary 11000100 101111 11010111 1001 1001110 0 10000 100100101 1000100 110011

Color Harmonies of #C42FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FD7

Black with #C42FD7

Text Example


Text Example

White with #C42FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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