Html Css Color HEX #C134DF Medium Orchid

📋 copy color: '#C134DF'

red 193 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #C134DF

Tints of Medium Orchid #C134DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.11%

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

R = 41.24%
G = 11.11%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C134DF (or 0xC134DF) is known color: Medium Orchid. HEX triplet: C1, 34 and DF. RGB value is (193,52,223). Sum of RGB (Red+Green+Blue) = 193+52+223=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C134DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134DF is #3ECB20. Grayscale: #717171. Windows color (decimal): -4115233 or 14628033. OLE color: 14628033.

HSL color Cylindrical-coordinate representation of color #C134DF: hue angle of 289.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C134DF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 52 223 -
CMYK 0.13 0.77 0 0.13
HSL 289.47º 0.73% 0.54% -
HSV(B) 289.47º 0.77% 0.87% -
XYZ 36.54 19.12 71.58 -
YUV 113.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 193 52 223 0.13 0.77 0 0.13 289.47 0.73 0.54
Hex C1 34 DF D 4D 0 D 121 49 36
Octal 301 64 337 15 115 0 15 441 111 66
Binary 11000001 110100 11011111 1101 1001101 0 1101 100100001 1001001 110110

Color Harmonies of #C134DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134DF

Black with #C134DF

Text Example


Text Example

White with #C134DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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