Html Css Color HEX #C14CDF Medium Orchid

📋 copy color: '#C14CDF'

red 193 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #C14CDF

Tints of Medium Orchid #C14CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.45%

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

R = 39.23%
G = 15.45%
B = 45.33%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14CDF (or 0xC14CDF) is known color: Medium Orchid. HEX triplet: C1, 4C and DF. RGB value is (193,76,223). Sum of RGB (Red+Green+Blue) = 193+76+223=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CDF is #3EB320. Grayscale: #7F7F7F. Windows color (decimal): -4109089 or 14634177. OLE color: 14634177.

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

Color convert

RGB 193 76 223 -
CMYK 0.13 0.66 0 0.13
HSL 287.76º 0.7% 0.59% -
HSV(B) 287.76º 0.66% 0.87% -
XYZ 37.9 21.83 72.03 -
YUV 127.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 193 76 223 0.13 0.66 0 0.13 287.76 0.7 0.59
Hex C1 4C DF D 42 0 D 120 46 3B
Octal 301 114 337 15 102 0 15 440 106 73
Binary 11000001 1001100 11011111 1101 1000010 0 1101 100100000 1000110 111011

Color Harmonies of #C14CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CDF

Black with #C14CDF

Text Example


Text Example

White with #C14CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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