Html Css Color HEX #D238E4 Medium Orchid

📋 copy color: '#D238E4'

red 210 ◦ green 56 ◦ blue 228

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

Shades of Medium Orchid #D238E4

Tints of Medium Orchid #D238E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.15%

R = 42.51%
G = 11.34%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D238E4 (or 0xD238E4) is known color: Medium Orchid. HEX triplet: D2, 38 and E4. RGB value is (210,56,228). Sum of RGB (Red+Green+Blue) = 210+56+228=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #D238E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238E4 is #2DC71B. Grayscale: #797979. Windows color (decimal): -3000092 or 14956754. OLE color: 14956754.

HSL color Cylindrical-coordinate representation of color #D238E4: hue angle of 293.72º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D238E4 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 56 228 -
CMYK 0.08 0.75 0 0.11
HSL 293.72º 0.76% 0.56% -
HSV(B) 293.72º 0.75% 0.89% -
XYZ 42 22.13 75.46 -
YUV 121.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 210 56 228 0.08 0.75 0 0.11 293.72 0.76 0.56
Hex D2 38 E4 8 4B 0 B 126 4C 38
Octal 322 70 344 10 113 0 13 446 114 70
Binary 11010010 111000 11100100 1000 1001011 0 1011 100100110 1001100 111000

Color Harmonies of #D238E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238E4

Black with #D238E4

Text Example


Text Example

White with #D238E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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