Html Css Color HEX #D238EE Medium Orchid

📋 copy color: '#D238EE'

red 210 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #D238EE

Tints of Medium Orchid #D238EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.11%

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

R = 41.67%
G = 11.11%
B = 47.22%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D238EE (or 0xD238EE) is known color: Medium Orchid. HEX triplet: D2, 38 and EE. RGB value is (210,56,238). Sum of RGB (Red+Green+Blue) = 210+56+238=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #D238EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238EE is #2DC711. Grayscale: #7A7A7A. Windows color (decimal): -3000082 or 15612114. OLE color: 15612114.

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

Color convert

RGB 210 56 238 -
CMYK 0.12 0.76 0 0.07
HSL 290.77º 0.84% 0.58% -
HSV(B) 290.77º 0.76% 0.93% -
XYZ 43.43 22.7 82.98 -
YUV 122.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 210 56 238 0.12 0.76 0 0.07 290.77 0.84 0.58
Hex D2 38 EE C 4C 0 7 123 54 3A
Octal 322 70 356 14 114 0 7 443 124 72
Binary 11010010 111000 11101110 1100 1001100 0 111 100100011 1010100 111010

Color Harmonies of #D238EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238EE

Black with #D238EE

Text Example


Text Example

White with #D238EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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