Html Css Color HEX #C14CFF Medium Orchid

📋 copy color: '#C14CFF'

red 193 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #C14CFF

Tints of Medium Orchid #C14CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.5%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 36.83%
G = 14.5%
B = 48.66%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C14CFF (or 0xC14CFF) is known color: Medium Orchid. HEX triplet: C1, 4C and FF. RGB value is (193,76,255). Sum of RGB (Red+Green+Blue) = 193+76+255=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #C14CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CFF is #3EB300. Grayscale: #828282. Windows color (decimal): -4109057 or 16731329. OLE color: 16731329.

HSL color Cylindrical-coordinate representation of color #C14CFF: hue angle of 279.22º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14CFF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 76 255 -
CMYK 0.24 0.70 0 0
HSL 279.22º 1% 0.65% -
HSV(B) 279.22º 0.7% 1% -
XYZ 42.63 23.73 96.94 -
YUV 131.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 193 76 255 0.24 0.70 0 0 279.22 1 0.65
Hex C1 4C FF 18 46 0 0 117 64 41
Octal 301 114 377 30 106 0 0 427 144 101
Binary 11000001 1001100 11111111 11000 1000110 0 0 100010111 1100100 1000001

Color Harmonies of #C14CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CFF

Black with #C14CFF

Text Example


Text Example

White with #C14CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CFF; }

 p { color: rgb(193,76,255); }

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

background-color css

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

 a { background-color: rgb(193,76,255); }

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

border-color css

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

 span { border-color: rgb(193,76,255); }

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