Html Css Color HEX #C42DDB Medium Orchid

📋 copy color: '#C42DDB'

red 196 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #C42DDB

Tints of Medium Orchid #C42DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.78%

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

R = 42.61%
G = 9.78%
B = 47.61%

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

#C42DDB (or 0xC42DDB) is known color: Medium Orchid. HEX triplet: C4, 2D and DB. RGB value is (196,45,219). Sum of RGB (Red+Green+Blue) = 196+45+219=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C42DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DDB is #3BD224. Grayscale: #6D6D6D. Windows color (decimal): -3920421 or 14364100. OLE color: 14364100.

HSL color Cylindrical-coordinate representation of color #C42DDB: hue angle of 292.07º degrees, saturation: 0.71, 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 #C42DDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 45 219 -
CMYK 0.11 0.79 0 0.14
HSL 292.07º 0.71% 0.52% -
HSV(B) 292.07º 0.79% 0.86% -
XYZ 36.49 18.73 68.71 -
YUV 109.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 196 45 219 0.11 0.79 0 0.14 292.07 0.71 0.52
Hex C4 2D DB B 4F 0 E 124 47 34
Octal 304 55 333 13 117 0 16 444 107 64
Binary 11000100 101101 11011011 1011 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C42DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DDB

Black with #C42DDB

Text Example


Text Example

White with #C42DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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