Html Css Color HEX #C14DDE Medium Orchid

📋 copy color: '#C14DDE'

red 193 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #C14DDE

Tints of Medium Orchid #C14DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 39.23%
G = 15.65%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14DDE (or 0xC14DDE) is known color: Medium Orchid. HEX triplet: C1, 4D and DE. RGB value is (193,77,222). Sum of RGB (Red+Green+Blue) = 193+77+222=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #C14DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDE is #3EB221. Grayscale: #7F7F7F. Windows color (decimal): -4108834 or 14568897. OLE color: 14568897.

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

Color convert

RGB 193 77 222 -
CMYK 0.13 0.65 0 0.13
HSL 288º 0.69% 0.59% -
HSV(B) 288º 0.65% 0.87% -
XYZ 37.83 21.92 71.34 -
YUV 128.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 193 77 222 0.13 0.65 0 0.13 288 0.69 0.59
Hex C1 4D DE D 41 0 D 120 45 3B
Octal 301 115 336 15 101 0 15 440 105 73
Binary 11000001 1001101 11011110 1101 1000001 0 1101 100100000 1000101 111011

Color Harmonies of #C14DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DDE

Black with #C14DDE

Text Example


Text Example

White with #C14DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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