Html Css Color HEX #C129E4 Medium Orchid

📋 copy color: '#C129E4'

red 193 ◦ green 41 ◦ blue 228

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

Shades of Medium Orchid #C129E4

Tints of Medium Orchid #C129E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 41.77%
G = 8.87%
B = 49.35%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C129E4 (or 0xC129E4) is known color: Medium Orchid. HEX triplet: C1, 29 and E4. RGB value is (193,41,228). Sum of RGB (Red+Green+Blue) = 193+41+228=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #C129E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129E4 is #3ED61B. Grayscale: #6B6B6B. Windows color (decimal): -4118044 or 14952897. OLE color: 14952897.

HSL color Cylindrical-coordinate representation of color #C129E4: hue angle of 288.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C129E4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 41 228 -
CMYK 0.15 0.82 0 0.11
HSL 288.77º 0.78% 0.53% -
HSV(B) 288.77º 0.82% 0.89% -
XYZ 36.79 18.52 75.04 -
YUV 107.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 193 41 228 0.15 0.82 0 0.11 288.77 0.78 0.53
Hex C1 29 E4 F 52 0 B 121 4E 35
Octal 301 51 344 17 122 0 13 441 116 65
Binary 11000001 101001 11100100 1111 1010010 0 1011 100100001 1001110 110101

Color Harmonies of #C129E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129E4

Black with #C129E4

Text Example


Text Example

White with #C129E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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