Html Css Color HEX #D038FD Medium Orchid

📋 copy color: '#D038FD'

red 208 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #D038FD

Tints of Medium Orchid #D038FD

RGB

 RED value IS 208 (81.64% from 255) = 40.23%

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

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

R = 40.23%
G = 10.83%
B = 48.94%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D038FD (or 0xD038FD) is known color: Medium Orchid. HEX triplet: D0, 38 and FD. RGB value is (208,56,253). Sum of RGB (Red+Green+Blue) = 208+56+253=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #D038FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038FD is #2FC702. Grayscale: #7B7B7B. Windows color (decimal): -3131139 or 16595152. OLE color: 16595152.

HSL color Cylindrical-coordinate representation of color #D038FD: hue angle of 286.29º 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 #D038FD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 56 253 -
CMYK 0.18 0.78 0 0.01
HSL 286.29º 0.98% 0.61% -
HSV(B) 286.29º 0.78% 0.99% -
XYZ 45.16 23.33 95.05 -
YUV 123.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 208 56 253 0.18 0.78 0 0.01 286.29 0.98 0.61
Hex D0 38 FD 12 4E 0 1 11E 62 3D
Octal 320 70 375 22 116 0 1 436 142 75
Binary 11010000 111000 11111101 10010 1001110 0 1 100011110 1100010 111101

Color Harmonies of #D038FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038FD

Black with #D038FD

Text Example


Text Example

White with #D038FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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