Html Css Color HEX #D038FE Medium Orchid

📋 copy color: '#D038FE'

red 208 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #D038FE

Tints of Medium Orchid #D038FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 40.15%
G = 10.81%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D038FE (or 0xD038FE) is known color: Medium Orchid. HEX triplet: D0, 38 and FE. RGB value is (208,56,254). Sum of RGB (Red+Green+Blue) = 208+56+254=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #D038FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038FE is #2FC701. Grayscale: #7B7B7B. Windows color (decimal): -3131138 or 16660688. OLE color: 16660688.

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

Color convert

RGB 208 56 254 -
CMYK 0.18 0.78 0 0.00
HSL 286.06º 0.99% 0.61% -
HSV(B) 286.06º 0.78% 1% -
XYZ 45.32 23.39 95.89 -
YUV 124.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 208 56 254 0.18 0.78 0 0.00 286.06 0.99 0.61
Hex D0 38 FE 12 4E 0 0 11E 63 3D
Octal 320 70 376 22 116 0 0 436 143 75
Binary 11010000 111000 11111110 10010 1001110 0 0 100011110 1100011 111101

Color Harmonies of #D038FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038FE

Black with #D038FE

Text Example


Text Example

White with #D038FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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