Html Css Color HEX #C14FDB Medium Orchid

📋 copy color: '#C14FDB'

red 193 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #C14FDB

Tints of Medium Orchid #C14FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 39.31%
G = 16.09%
B = 44.6%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C14FDB (or 0xC14FDB) is known color: Medium Orchid. HEX triplet: C1, 4F and DB. RGB value is (193,79,219). Sum of RGB (Red+Green+Blue) = 193+79+219=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C14FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FDB is #3EB024. Grayscale: #808080. Windows color (decimal): -4108325 or 14372801. OLE color: 14372801.

HSL color Cylindrical-coordinate representation of color #C14FDB: hue angle of 288.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14FDB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 79 219 -
CMYK 0.12 0.64 0 0.14
HSL 288.86º 0.66% 0.58% -
HSV(B) 288.86º 0.64% 0.86% -
XYZ 37.57 22.04 69.29 -
YUV 129.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 193 79 219 0.12 0.64 0 0.14 288.86 0.66 0.58
Hex C1 4F DB C 40 0 E 121 42 3A
Octal 301 117 333 14 100 0 16 441 102 72
Binary 11000001 1001111 11011011 1100 1000000 0 1110 100100001 1000010 111010

Color Harmonies of #C14FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FDB

Black with #C14FDB

Text Example


Text Example

White with #C14FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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