Html Css Color HEX #C429DD Medium Orchid

📋 copy color: '#C429DD'

red 196 ◦ green 41 ◦ blue 221

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

Shades of Medium Orchid #C429DD

Tints of Medium Orchid #C429DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 42.79%
G = 8.95%
B = 48.25%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C429DD (or 0xC429DD) is known color: Medium Orchid. HEX triplet: C4, 29 and DD. RGB value is (196,41,221). Sum of RGB (Red+Green+Blue) = 196+41+221=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C429DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429DD is #3BD622. Grayscale: #6B6B6B. Windows color (decimal): -3921443 or 14494148. OLE color: 14494148.

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

Color convert

RGB 196 41 221 -
CMYK 0.11 0.81 0 0.13
HSL 291.67º 0.73% 0.51% -
HSV(B) 291.67º 0.81% 0.87% -
XYZ 36.61 18.54 70.06 -
YUV 107.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 196 41 221 0.11 0.81 0 0.13 291.67 0.73 0.51
Hex C4 29 DD B 51 0 D 124 49 33
Octal 304 51 335 13 121 0 15 444 111 63
Binary 11000100 101001 11011101 1011 1010001 0 1101 100100100 1001001 110011

Color Harmonies of #C429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429DD

Black with #C429DD

Text Example


Text Example

White with #C429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429DD; }

 p { color: rgb(196,41,221); }

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

background-color css

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

 a { background-color: rgb(196,41,221); }

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

border-color css

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

 span { border-color: rgb(196,41,221); }

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