Html Css Color HEX #C129DD Medium Orchid

📋 copy color: '#C129DD'

red 193 ◦ green 41 ◦ blue 221

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

Shades of Medium Orchid #C129DD

Tints of Medium Orchid #C129DD

RGB

 RED value IS 193 (75.78% from 255) = 42.42%

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

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

R = 42.42%
G = 9.01%
B = 48.57%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C129DD (or 0xC129DD) is known color: Medium Orchid. HEX triplet: C1, 29 and DD. RGB value is (193,41,221). Sum of RGB (Red+Green+Blue) = 193+41+221=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C129DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129DD is #3ED622. Grayscale: #6A6A6A. Windows color (decimal): -4118051 or 14494145. OLE color: 14494145.

HSL color Cylindrical-coordinate representation of color #C129DD: hue angle of 290.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 #C129DD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 41 221 -
CMYK 0.13 0.81 0 0.13
HSL 290.67º 0.73% 0.51% -
HSV(B) 290.67º 0.81% 0.87% -
XYZ 35.84 18.14 70.02 -
YUV 106.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 193 41 221 0.13 0.81 0 0.13 290.67 0.73 0.51
Hex C1 29 DD D 51 0 D 123 49 33
Octal 301 51 335 15 121 0 15 443 111 63
Binary 11000001 101001 11011101 1101 1010001 0 1101 100100011 1001001 110011

Color Harmonies of #C129DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129DD

Black with #C129DD

Text Example


Text Example

White with #C129DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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