Html Css Color HEX #C14FFB Medium Orchid

📋 copy color: '#C14FFB'

red 193 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #C14FFB

Tints of Medium Orchid #C14FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 36.9%
G = 15.11%
B = 47.99%

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

#C14FFB (or 0xC14FFB) is known color: Medium Orchid. HEX triplet: C1, 4F and FB. RGB value is (193,79,251). Sum of RGB (Red+Green+Blue) = 193+79+251=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C14FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFB is #3EB004. Grayscale: #848484. Windows color (decimal): -4108293 or 16469953. OLE color: 16469953.

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

Color convert

RGB 193 79 251 -
CMYK 0.23 0.69 0 0.02
HSL 279.77º 0.96% 0.65% -
HSV(B) 279.77º 0.69% 0.98% -
XYZ 42.2 23.89 93.65 -
YUV 132.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 193 79 251 0.23 0.69 0 0.02 279.77 0.96 0.65
Hex C1 4F FB 17 45 0 2 118 60 41
Octal 301 117 373 27 105 0 2 430 140 101
Binary 11000001 1001111 11111011 10111 1000101 0 10 100011000 1100000 1000001

Color Harmonies of #C14FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FFB

Black with #C14FFB

Text Example


Text Example

White with #C14FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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