Html Css Color HEX #D038FF Medium Orchid

📋 copy color: '#D038FF'

red 208 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #D038FF

Tints of Medium Orchid #D038FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 40.08%
G = 10.79%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D038FF (or 0xD038FF) is known color: Medium Orchid. HEX triplet: D0, 38 and FF. RGB value is (208,56,255). Sum of RGB (Red+Green+Blue) = 208+56+255=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D038FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038FF is #2FC700. Grayscale: #7B7B7B. Windows color (decimal): -3131137 or 16726224. OLE color: 16726224.

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

Color convert

RGB 208 56 255 -
CMYK 0.18 0.78 0 0
HSL 285.83º 1% 0.61% -
HSV(B) 285.83º 0.78% 1% -
XYZ 45.48 23.46 96.74 -
YUV 124.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 208 56 255 0.18 0.78 0 0 285.83 1 0.61
Hex D0 38 FF 12 4E 0 0 11E 64 3D
Octal 320 70 377 22 116 0 0 436 144 75
Binary 11010000 111000 11111111 10010 1001110 0 0 100011110 1100100 111101

Color Harmonies of #D038FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038FF

Black with #D038FF

Text Example


Text Example

White with #D038FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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