Html Css Color HEX #D234E5 Medium Orchid

📋 copy color: '#D234E5'

red 210 ◦ green 52 ◦ blue 229

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

Shades of Medium Orchid #D234E5

Tints of Medium Orchid #D234E5

RGB

 RED value IS 210 (82.42% from 255) = 42.77%

 GREEN value IS 52 (20.7% from 255) = 10.59%

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 42.77%
G = 10.59%
B = 46.64%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D234E5 (or 0xD234E5) is known color: Medium Orchid. HEX triplet: D2, 34 and E5. RGB value is (210,52,229). Sum of RGB (Red+Green+Blue) = 210+52+229=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #D234E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234E5 is #2DCB1A. Grayscale: #767676. Windows color (decimal): -3001115 or 15021266. OLE color: 15021266.

HSL color Cylindrical-coordinate representation of color #D234E5: hue angle of 293.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D234E5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 52 229 -
CMYK 0.08 0.77 0 0.10
HSL 293.56º 0.77% 0.55% -
HSV(B) 293.56º 0.77% 0.9% -
XYZ 41.95 21.81 76.13 -
YUV 119.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 210 52 229 0.08 0.77 0 0.10 293.56 0.77 0.55
Hex D2 34 E5 8 4D 0 A 126 4D 37
Octal 322 64 345 10 115 0 12 446 115 67
Binary 11010010 110100 11100101 1000 1001101 0 1010 100100110 1001101 110111

Color Harmonies of #D234E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234E5

Black with #D234E5

Text Example


Text Example

White with #D234E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234E5; }

 p { color: rgb(210,52,229); }

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

background-color css

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

 a { background-color: rgb(210,52,229); }

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

border-color css

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

 span { border-color: rgb(210,52,229); }

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