Html Css Color HEX #C14FDE Medium Orchid

📋 copy color: '#C14FDE'

red 193 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #C14FDE

Tints of Medium Orchid #C14FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 39.07%
G = 15.99%
B = 44.94%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14FDE (or 0xC14FDE) is known color: Medium Orchid. HEX triplet: C1, 4F and DE. RGB value is (193,79,222). Sum of RGB (Red+Green+Blue) = 193+79+222=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C14FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FDE is #3EB021. Grayscale: #808080. Windows color (decimal): -4108322 or 14569409. OLE color: 14569409.

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

Color convert

RGB 193 79 222 -
CMYK 0.13 0.64 0 0.13
HSL 287.83º 0.68% 0.59% -
HSV(B) 287.83º 0.64% 0.87% -
XYZ 37.97 22.2 71.39 -
YUV 129.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 193 79 222 0.13 0.64 0 0.13 287.83 0.68 0.59
Hex C1 4F DE D 40 0 D 120 44 3B
Octal 301 117 336 15 100 0 15 440 104 73
Binary 11000001 1001111 11011110 1101 1000000 0 1101 100100000 1000100 111011

Color Harmonies of #C14FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FDE

Black with #C14FDE

Text Example


Text Example

White with #C14FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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