Html Css Color HEX #C129DF Medium Orchid

📋 copy color: '#C129DF'

red 193 ◦ green 41 ◦ blue 223

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

Shades of Medium Orchid #C129DF

Tints of Medium Orchid #C129DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 42.23%
G = 8.97%
B = 48.8%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C129DF (or 0xC129DF) is known color: Medium Orchid. HEX triplet: C1, 29 and DF. RGB value is (193,41,223). Sum of RGB (Red+Green+Blue) = 193+41+223=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C129DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129DF is #3ED620. Grayscale: #6A6A6A. Windows color (decimal): -4118049 or 14625217. OLE color: 14625217.

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

Color convert

RGB 193 41 223 -
CMYK 0.13 0.82 0 0.13
HSL 290.11º 0.74% 0.52% -
HSV(B) 290.11º 0.82% 0.87% -
XYZ 36.1 18.25 71.43 -
YUV 107.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 193 41 223 0.13 0.82 0 0.13 290.11 0.74 0.52
Hex C1 29 DF D 52 0 D 122 4A 34
Octal 301 51 337 15 122 0 15 442 112 64
Binary 11000001 101001 11011111 1101 1010010 0 1101 100100010 1001010 110100

Color Harmonies of #C129DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129DF

Black with #C129DF

Text Example


Text Example

White with #C129DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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