Html Css Color HEX #C14FDF Medium Orchid

📋 copy color: '#C14FDF'

red 193 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #C14FDF

Tints of Medium Orchid #C14FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

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

R = 38.99%
G = 15.96%
B = 45.05%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14FDF (or 0xC14FDF) is known color: Medium Orchid. HEX triplet: C1, 4F and DF. RGB value is (193,79,223). Sum of RGB (Red+Green+Blue) = 193+79+223=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FDF is #3EB020. Grayscale: #818181. Windows color (decimal): -4108321 or 14634945. OLE color: 14634945.

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

Color convert

RGB 193 79 223 -
CMYK 0.13 0.65 0 0.13
HSL 287.5º 0.69% 0.59% -
HSV(B) 287.5º 0.65% 0.87% -
XYZ 38.11 22.26 72.1 -
YUV 129.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 193 79 223 0.13 0.65 0 0.13 287.5 0.69 0.59
Hex C1 4F DF D 41 0 D 120 45 3B
Octal 301 117 337 15 101 0 15 440 105 73
Binary 11000001 1001111 11011111 1101 1000001 0 1101 100100000 1000101 111011

Color Harmonies of #C14FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FDF

Black with #C14FDF

Text Example


Text Example

White with #C14FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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