Html Css Color HEX #D14CEA Medium Orchid

📋 copy color: '#D14CEA'

red 209 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #D14CEA

Tints of Medium Orchid #D14CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 40.27%
G = 14.64%
B = 45.09%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D14CEA (or 0xD14CEA) is known color: Medium Orchid. HEX triplet: D1, 4C and EA. RGB value is (209,76,234). Sum of RGB (Red+Green+Blue) = 209+76+234=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CEA is #2EB315. Grayscale: #858585. Windows color (decimal): -3060502 or 15355089. OLE color: 15355089.

HSL color Cylindrical-coordinate representation of color #D14CEA: hue angle of 290.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14CEA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 76 234 -
CMYK 0.11 0.68 0 0.08
HSL 290.51º 0.79% 0.61% -
HSV(B) 290.51º 0.68% 0.92% -
XYZ 43.73 24.66 80.3 -
YUV 133.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 209 76 234 0.11 0.68 0 0.08 290.51 0.79 0.61
Hex D1 4C EA B 44 0 8 123 4F 3D
Octal 321 114 352 13 104 0 10 443 117 75
Binary 11010001 1001100 11101010 1011 1000100 0 1000 100100011 1001111 111101

Color Harmonies of #D14CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CEA

Black with #D14CEA

Text Example


Text Example

White with #D14CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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