Html Css Color HEX #C14DFA Medium Orchid

📋 copy color: '#C14DFA'

red 193 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #C14DFA

Tints of Medium Orchid #C14DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 37.12%
G = 14.81%
B = 48.08%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C14DFA (or 0xC14DFA) is known color: Medium Orchid. HEX triplet: C1, 4D and FA. RGB value is (193,77,250). Sum of RGB (Red+Green+Blue) = 193+77+250=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C14DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DFA is #3EB205. Grayscale: #828282. Windows color (decimal): -4108806 or 16403905. OLE color: 16403905.

HSL color Cylindrical-coordinate representation of color #C14DFA: hue angle of 280.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14DFA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 77 250 -
CMYK 0.23 0.69 0 0.02
HSL 280.23º 0.95% 0.64% -
HSV(B) 280.23º 0.69% 0.98% -
XYZ 41.9 23.55 92.78 -
YUV 131.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 193 77 250 0.23 0.69 0 0.02 280.23 0.95 0.64
Hex C1 4D FA 17 45 0 2 118 5F 40
Octal 301 115 372 27 105 0 2 430 137 100
Binary 11000001 1001101 11111010 10111 1000101 0 10 100011000 1011111 1000000

Color Harmonies of #C14DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DFA

Black with #C14DFA

Text Example


Text Example

White with #C14DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DFA; }

 p { color: rgb(193,77,250); }

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

background-color css

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

 a { background-color: rgb(193,77,250); }

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

border-color css

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

 span { border-color: rgb(193,77,250); }

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