Html Css Color HEX #C42CDB Medium Orchid

📋 copy color: '#C42CDB'

red 196 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #C42CDB

Tints of Medium Orchid #C42CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

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

R = 42.7%
G = 9.59%
B = 47.71%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42CDB (or 0xC42CDB) is known color: Medium Orchid. HEX triplet: C4, 2C and DB. RGB value is (196,44,219). Sum of RGB (Red+Green+Blue) = 196+44+219=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C42CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDB is #3BD324. Grayscale: #6C6C6C. Windows color (decimal): -3920677 or 14363844. OLE color: 14363844.

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

Color convert

RGB 196 44 219 -
CMYK 0.11 0.80 0 0.14
HSL 292.11º 0.71% 0.52% -
HSV(B) 292.11º 0.8% 0.86% -
XYZ 36.45 18.65 68.7 -
YUV 109.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 196 44 219 0.11 0.80 0 0.14 292.11 0.71 0.52
Hex C4 2C DB B 50 0 E 124 47 34
Octal 304 54 333 13 120 0 16 444 107 64
Binary 11000100 101100 11011011 1011 1010000 0 1110 100100100 1000111 110100

Color Harmonies of #C42CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CDB

Black with #C42CDB

Text Example


Text Example

White with #C42CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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