Html Css Color HEX #C42FDB Medium Orchid

📋 copy color: '#C42FDB'

red 196 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #C42FDB

Tints of Medium Orchid #C42FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 42.42%
G = 10.17%
B = 47.4%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42FDB (or 0xC42FDB) is known color: Medium Orchid. HEX triplet: C4, 2F and DB. RGB value is (196,47,219). Sum of RGB (Red+Green+Blue) = 196+47+219=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #C42FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FDB is #3BD024. Grayscale: #6E6E6E. Windows color (decimal): -3919909 or 14364612. OLE color: 14364612.

HSL color Cylindrical-coordinate representation of color #C42FDB: hue angle of 291.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42FDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 47 219 -
CMYK 0.11 0.79 0 0.14
HSL 291.98º 0.7% 0.52% -
HSV(B) 291.98º 0.79% 0.86% -
XYZ 36.57 18.88 68.74 -
YUV 111.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 196 47 219 0.11 0.79 0 0.14 291.98 0.7 0.52
Hex C4 2F DB B 4F 0 E 124 46 34
Octal 304 57 333 13 117 0 16 444 106 64
Binary 11000100 101111 11011011 1011 1001111 0 1110 100100100 1000110 110100

Color Harmonies of #C42FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FDB

Black with #C42FDB

Text Example


Text Example

White with #C42FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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