Html Css Color HEX #C429DE Medium Orchid

📋 copy color: '#C429DE'

red 196 ◦ green 41 ◦ blue 222

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

Shades of Medium Orchid #C429DE

Tints of Medium Orchid #C429DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 42.7%
G = 8.93%
B = 48.37%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C429DE (or 0xC429DE) is known color: Medium Orchid. HEX triplet: C4, 29 and DE. RGB value is (196,41,222). Sum of RGB (Red+Green+Blue) = 196+41+222=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #C429DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429DE is #3BD621. Grayscale: #6B6B6B. Windows color (decimal): -3921442 or 14559684. OLE color: 14559684.

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

Color convert

RGB 196 41 222 -
CMYK 0.12 0.82 0 0.13
HSL 291.38º 0.73% 0.52% -
HSV(B) 291.38º 0.82% 0.87% -
XYZ 36.74 18.6 70.76 -
YUV 107.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 196 41 222 0.12 0.82 0 0.13 291.38 0.73 0.52
Hex C4 29 DE C 52 0 D 123 49 34
Octal 304 51 336 14 122 0 15 443 111 64
Binary 11000100 101001 11011110 1100 1010010 0 1101 100100011 1001001 110100

Color Harmonies of #C429DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429DE

Black with #C429DE

Text Example


Text Example

White with #C429DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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