Html Css Color HEX #C129E3 Medium Orchid

📋 copy color: '#C129E3'

red 193 ◦ green 41 ◦ blue 227

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

Shades of Medium Orchid #C129E3

Tints of Medium Orchid #C129E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.24%

R = 41.87%
G = 8.89%
B = 49.24%

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

#C129E3 (or 0xC129E3) is known color: Medium Orchid. HEX triplet: C1, 29 and E3. RGB value is (193,41,227). Sum of RGB (Red+Green+Blue) = 193+41+227=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #C129E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129E3 is #3ED61C. Grayscale: #6B6B6B. Windows color (decimal): -4118045 or 14887361. OLE color: 14887361.

HSL color Cylindrical-coordinate representation of color #C129E3: hue angle of 289.03º degrees, saturation: 0.77, 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 #C129E3 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 41 227 -
CMYK 0.15 0.82 0 0.11
HSL 289.03º 0.77% 0.53% -
HSV(B) 289.03º 0.82% 0.89% -
XYZ 36.65 18.47 74.31 -
YUV 107.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 193 41 227 0.15 0.82 0 0.11 289.03 0.77 0.53
Hex C1 29 E3 F 52 0 B 121 4D 35
Octal 301 51 343 17 122 0 13 441 115 65
Binary 11000001 101001 11100011 1111 1010010 0 1011 100100001 1001101 110101

Color Harmonies of #C129E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129E3

Black with #C129E3

Text Example


Text Example

White with #C129E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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