Html Css Color HEX #D252EE Medium Orchid

📋 copy color: '#D252EE'

red 210 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #D252EE

Tints of Medium Orchid #D252EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.47%

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

R = 39.62%
G = 15.47%
B = 44.91%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D252EE (or 0xD252EE) is known color: Medium Orchid. HEX triplet: D2, 52 and EE. RGB value is (210,82,238). Sum of RGB (Red+Green+Blue) = 210+82+238=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #D252EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252EE is #2DAD11. Grayscale: #898989. Windows color (decimal): -2993426 or 15618770. OLE color: 15618770.

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

Color convert

RGB 210 82 238 -
CMYK 0.12 0.66 0 0.07
HSL 289.23º 0.82% 0.63% -
HSV(B) 289.23º 0.66% 0.93% -
XYZ 45.03 25.91 83.52 -
YUV 138.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 210 82 238 0.12 0.66 0 0.07 289.23 0.82 0.63
Hex D2 52 EE C 42 0 7 121 52 3F
Octal 322 122 356 14 102 0 7 441 122 77
Binary 11010010 1010010 11101110 1100 1000010 0 111 100100001 1010010 111111

Color Harmonies of #D252EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252EE

Black with #D252EE

Text Example


Text Example

White with #D252EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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