Html Css Color HEX #D238F5 Medium Orchid

📋 copy color: '#D238F5'

red 210 ◦ green 56 ◦ blue 245

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

Shades of Medium Orchid #D238F5

Tints of Medium Orchid #D238F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.95%

R = 41.1%
G = 10.96%
B = 47.95%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D238F5 (or 0xD238F5) is known color: Medium Orchid. HEX triplet: D2, 38 and F5. RGB value is (210,56,245). Sum of RGB (Red+Green+Blue) = 210+56+245=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #D238F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238F5 is #2DC70A. Grayscale: #7A7A7A. Windows color (decimal): -3000075 or 16070866. OLE color: 16070866.

HSL color Cylindrical-coordinate representation of color #D238F5: hue angle of 288.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D238F5 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 56 245 -
CMYK 0.14 0.77 0 0.04
HSL 288.89º 0.9% 0.59% -
HSV(B) 288.89º 0.77% 0.96% -
XYZ 44.47 23.12 88.51 -
YUV 123.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 210 56 245 0.14 0.77 0 0.04 288.89 0.9 0.59
Hex D2 38 F5 E 4D 0 4 121 5A 3B
Octal 322 70 365 16 115 0 4 441 132 73
Binary 11010010 111000 11110101 1110 1001101 0 100 100100001 1011010 111011

Color Harmonies of #D238F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238F5

Black with #D238F5

Text Example


Text Example

White with #D238F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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