Html Css Color HEX #C14AF8 Medium Orchid

📋 copy color: '#C14AF8'

red 193 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #C14AF8

Tints of Medium Orchid #C14AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.37%

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 37.48%
G = 14.37%
B = 48.16%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C14AF8 (or 0xC14AF8) is known color: Medium Orchid. HEX triplet: C1, 4A and F8. RGB value is (193,74,248). Sum of RGB (Red+Green+Blue) = 193+74+248=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #C14AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AF8 is #3EB507. Grayscale: #808080. Windows color (decimal): -4109576 or 16272065. OLE color: 16272065.

HSL color Cylindrical-coordinate representation of color #C14AF8: hue angle of 281.03º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14AF8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 74 248 -
CMYK 0.22 0.70 0 0.03
HSL 281.03º 0.93% 0.63% -
HSV(B) 281.03º 0.7% 0.97% -
XYZ 41.38 23.01 91.07 -
YUV 129.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 193 74 248 0.22 0.70 0 0.03 281.03 0.93 0.63
Hex C1 4A F8 16 46 0 3 119 5D 3F
Octal 301 112 370 26 106 0 3 431 135 77
Binary 11000001 1001010 11111000 10110 1000110 0 11 100011001 1011101 111111

Color Harmonies of #C14AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14AF8

Black with #C14AF8

Text Example


Text Example

White with #C14AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14AF8; }

 p { color: rgb(193,74,248); }

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

background-color css

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

 a { background-color: rgb(193,74,248); }

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

border-color css

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

 span { border-color: rgb(193,74,248); }

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