Html Css Color HEX #C42FDE Medium Orchid

📋 copy color: '#C42FDE'

red 196 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #C42FDE

Tints of Medium Orchid #C42FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 42.15%
G = 10.11%
B = 47.74%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42FDE (or 0xC42FDE) is known color: Medium Orchid. HEX triplet: C4, 2F and DE. RGB value is (196,47,222). Sum of RGB (Red+Green+Blue) = 196+47+222=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C42FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FDE is #3BD021. Grayscale: #6E6E6E. Windows color (decimal): -3919906 or 14561220. OLE color: 14561220.

HSL color Cylindrical-coordinate representation of color #C42FDE: hue angle of 291.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42FDE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 47 222 -
CMYK 0.12 0.79 0 0.13
HSL 291.09º 0.73% 0.53% -
HSV(B) 291.09º 0.79% 0.87% -
XYZ 36.97 19.04 70.83 -
YUV 111.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 196 47 222 0.12 0.79 0 0.13 291.09 0.73 0.53
Hex C4 2F DE C 4F 0 D 123 49 35
Octal 304 57 336 14 117 0 15 443 111 65
Binary 11000100 101111 11011110 1100 1001111 0 1101 100100011 1001001 110101

Color Harmonies of #C42FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FDE

Black with #C42FDE

Text Example


Text Example

White with #C42FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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