Html Css Color HEX #D245EE Medium Orchid

📋 copy color: '#D245EE'

red 210 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #D245EE

Tints of Medium Orchid #D245EE

RGB

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

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

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

R = 40.62%
G = 13.35%
B = 46.03%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D245EE (or 0xD245EE) is known color: Medium Orchid. HEX triplet: D2, 45 and EE. RGB value is (210,69,238). Sum of RGB (Red+Green+Blue) = 210+69+238=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D245EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245EE is #2DBA11. Grayscale: #818181. Windows color (decimal): -2996754 or 15615442. OLE color: 15615442.

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

Color convert

RGB 210 69 238 -
CMYK 0.12 0.71 0 0.07
HSL 290.06º 0.83% 0.6% -
HSV(B) 290.06º 0.71% 0.93% -
XYZ 44.14 24.13 83.22 -
YUV 130.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 210 69 238 0.12 0.71 0 0.07 290.06 0.83 0.6
Hex D2 45 EE C 47 0 7 122 53 3C
Octal 322 105 356 14 107 0 7 442 123 74
Binary 11010010 1000101 11101110 1100 1000111 0 111 100100010 1010011 111100

Color Harmonies of #D245EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245EE

Black with #D245EE

Text Example


Text Example

White with #D245EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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