Html Css Color HEX #C14BDF Medium Orchid

📋 copy color: '#C14BDF'

red 193 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #C14BDF

Tints of Medium Orchid #C14BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.27%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 39.31%
G = 15.27%
B = 45.42%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14BDF (or 0xC14BDF) is known color: Medium Orchid. HEX triplet: C1, 4B and DF. RGB value is (193,75,223). Sum of RGB (Red+Green+Blue) = 193+75+223=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BDF is #3EB420. Grayscale: #7E7E7E. Windows color (decimal): -4109345 or 14633921. OLE color: 14633921.

HSL color Cylindrical-coordinate representation of color #C14BDF: hue angle of 287.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14BDF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 75 223 -
CMYK 0.13 0.66 0 0.13
HSL 287.84º 0.7% 0.58% -
HSV(B) 287.84º 0.66% 0.87% -
XYZ 37.83 21.7 72.01 -
YUV 127.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 193 75 223 0.13 0.66 0 0.13 287.84 0.7 0.58
Hex C1 4B DF D 42 0 D 120 46 3A
Octal 301 113 337 15 102 0 15 440 106 72
Binary 11000001 1001011 11011111 1101 1000010 0 1101 100100000 1000110 111010

Color Harmonies of #C14BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BDF

Black with #C14BDF

Text Example


Text Example

White with #C14BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BDF; }

 p { color: rgb(193,75,223); }

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

background-color css

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

 a { background-color: rgb(193,75,223); }

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

border-color css

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

 span { border-color: rgb(193,75,223); }

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