Html Css Color HEX #C129DA Medium Orchid

📋 copy color: '#C129DA'

red 193 ◦ green 41 ◦ blue 218

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

Shades of Medium Orchid #C129DA

Tints of Medium Orchid #C129DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 42.7%
G = 9.07%
B = 48.23%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C129DA (or 0xC129DA) is known color: Medium Orchid. HEX triplet: C1, 29 and DA. RGB value is (193,41,218). Sum of RGB (Red+Green+Blue) = 193+41+218=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #C129DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129DA is #3ED625. Grayscale: #6A6A6A. Windows color (decimal): -4118054 or 14297537. OLE color: 14297537.

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

Color convert

RGB 193 41 218 -
CMYK 0.11 0.81 0 0.15
HSL 291.53º 0.71% 0.51% -
HSV(B) 291.53º 0.81% 0.85% -
XYZ 35.44 17.99 67.93 -
YUV 106.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 193 41 218 0.11 0.81 0 0.15 291.53 0.71 0.51
Hex C1 29 DA B 51 0 F 124 47 33
Octal 301 51 332 13 121 0 17 444 107 63
Binary 11000001 101001 11011010 1011 1010001 0 1111 100100100 1000111 110011

Color Harmonies of #C129DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129DA

Black with #C129DA

Text Example


Text Example

White with #C129DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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