Html Css Color HEX #D238FD Medium Orchid

📋 copy color: '#D238FD'

red 210 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #D238FD

Tints of Medium Orchid #D238FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 40.46%
G = 10.79%
B = 48.75%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D238FD (or 0xD238FD) is known color: Medium Orchid. HEX triplet: D2, 38 and FD. RGB value is (210,56,253). Sum of RGB (Red+Green+Blue) = 210+56+253=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D238FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238FD is #2DC702. Grayscale: #7B7B7B. Windows color (decimal): -3000067 or 16595154. OLE color: 16595154.

HSL color Cylindrical-coordinate representation of color #D238FD: hue angle of 286.9º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D238FD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 56 253 -
CMYK 0.17 0.78 0 0.01
HSL 286.9º 0.98% 0.61% -
HSV(B) 286.9º 0.78% 0.99% -
XYZ 45.72 23.62 95.08 -
YUV 124.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 210 56 253 0.17 0.78 0 0.01 286.9 0.98 0.61
Hex D2 38 FD 11 4E 0 1 11F 62 3D
Octal 322 70 375 21 116 0 1 437 142 75
Binary 11010010 111000 11111101 10001 1001110 0 1 100011111 1100010 111101

Color Harmonies of #D238FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238FD

Black with #D238FD

Text Example


Text Example

White with #D238FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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