Html Css Color HEX #C42FEB Medium Orchid

📋 copy color: '#C42FEB'

red 196 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #C42FEB

Tints of Medium Orchid #C42FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 41%
G = 9.83%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42FEB (or 0xC42FEB) is known color: Medium Orchid. HEX triplet: C4, 2F and EB. RGB value is (196,47,235). Sum of RGB (Red+Green+Blue) = 196+47+235=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #C42FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FEB is #3BD014. Grayscale: #707070. Windows color (decimal): -3919893 or 15413188. OLE color: 15413188.

HSL color Cylindrical-coordinate representation of color #C42FEB: hue angle of 287.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42FEB is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 47 235 -
CMYK 0.17 0.8 0 0.08
HSL 287.55º 0.82% 0.55% -
HSV(B) 287.55º 0.8% 0.92% -
XYZ 38.78 19.77 80.37 -
YUV 112.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 196 47 235 0.17 0.8 0 0.08 287.55 0.82 0.55
Hex C4 2F EB 11 50 0 8 120 52 37
Octal 304 57 353 21 120 0 10 440 122 67
Binary 11000100 101111 11101011 10001 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C42FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FEB

Black with #C42FEB

Text Example


Text Example

White with #C42FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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