Html Css Color HEX #D14CEE Medium Orchid

📋 copy color: '#D14CEE'

red 209 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #D14CEE

Tints of Medium Orchid #D14CEE

RGB

 RED value IS 209 (82.03% from 255) = 39.96%

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 39.96%
G = 14.53%
B = 45.51%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14CEE (or 0xD14CEE) is known color: Medium Orchid. HEX triplet: D1, 4C and EE. RGB value is (209,76,238). Sum of RGB (Red+Green+Blue) = 209+76+238=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #D14CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CEE is #2EB311. Grayscale: #858585. Windows color (decimal): -3060498 or 15617233. OLE color: 15617233.

HSL color Cylindrical-coordinate representation of color #D14CEE: hue angle of 289.26º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14CEE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 76 238 -
CMYK 0.12 0.68 0 0.07
HSL 289.26º 0.83% 0.62% -
HSV(B) 289.26º 0.68% 0.93% -
XYZ 44.31 24.9 83.36 -
YUV 134.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 209 76 238 0.12 0.68 0 0.07 289.26 0.83 0.62
Hex D1 4C EE C 44 0 7 121 53 3E
Octal 321 114 356 14 104 0 7 441 123 76
Binary 11010001 1001100 11101110 1100 1000100 0 111 100100001 1010011 111110

Color Harmonies of #D14CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CEE

Black with #D14CEE

Text Example


Text Example

White with #D14CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CEE; }

 p { color: rgb(209,76,238); }

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

background-color css

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

 a { background-color: rgb(209,76,238); }

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

border-color css

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

 span { border-color: rgb(209,76,238); }

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