Html Css Color HEX #C14DFD Medium Orchid

📋 copy color: '#C14DFD'

red 193 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #C14DFD

Tints of Medium Orchid #C14DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 36.9%
G = 14.72%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C14DFD (or 0xC14DFD) is known color: Medium Orchid. HEX triplet: C1, 4D and FD. RGB value is (193,77,253). Sum of RGB (Red+Green+Blue) = 193+77+253=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C14DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DFD is #3EB202. Grayscale: #838383. Windows color (decimal): -4108803 or 16600513. OLE color: 16600513.

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

Color convert

RGB 193 77 253 -
CMYK 0.24 0.70 0 0.01
HSL 279.55º 0.98% 0.65% -
HSV(B) 279.55º 0.7% 0.99% -
XYZ 42.38 23.74 95.28 -
YUV 131.75 196.43 171.69 -
System Red Green Blue C M Y K H S L
Decimal 193 77 253 0.24 0.70 0 0.01 279.55 0.98 0.65
Hex C1 4D FD 18 46 0 1 118 62 41
Octal 301 115 375 30 106 0 1 430 142 101
Binary 11000001 1001101 11111101 11000 1000110 0 1 100011000 1100010 1000001

Color Harmonies of #C14DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DFD

Black with #C14DFD

Text Example


Text Example

White with #C14DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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