Html Css Color HEX #D245EA Medium Orchid

📋 copy color: '#D245EA'

red 210 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #D245EA

Tints of Medium Orchid #D245EA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.45%

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

R = 40.94%
G = 13.45%
B = 45.61%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D245EA (or 0xD245EA) is known color: Medium Orchid. HEX triplet: D2, 45 and EA. RGB value is (210,69,234). Sum of RGB (Red+Green+Blue) = 210+69+234=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #D245EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245EA is #2DBA15. Grayscale: #818181. Windows color (decimal): -2996758 or 15353298. OLE color: 15353298.

HSL color Cylindrical-coordinate representation of color #D245EA: hue angle of 291.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D245EA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 69 234 -
CMYK 0.10 0.71 0 0.08
HSL 291.27º 0.8% 0.59% -
HSV(B) 291.27º 0.71% 0.92% -
XYZ 43.56 23.9 80.16 -
YUV 129.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 210 69 234 0.10 0.71 0 0.08 291.27 0.8 0.59
Hex D2 45 EA A 47 0 8 123 50 3B
Octal 322 105 352 12 107 0 10 443 120 73
Binary 11010010 1000101 11101010 1010 1000111 0 1000 100100011 1010000 111011

Color Harmonies of #D245EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245EA

Black with #D245EA

Text Example


Text Example

White with #D245EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245EA; }

 p { color: rgb(210,69,234); }

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

background-color css

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

 a { background-color: rgb(210,69,234); }

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

border-color css

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

 span { border-color: rgb(210,69,234); }

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