Html Css Color HEX #D038FC Medium Orchid

📋 copy color: '#D038FC'

red 208 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #D038FC

Tints of Medium Orchid #D038FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 40.31%
G = 10.85%
B = 48.84%

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

#D038FC (or 0xD038FC) is known color: Medium Orchid. HEX triplet: D0, 38 and FC. RGB value is (208,56,252). Sum of RGB (Red+Green+Blue) = 208+56+252=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #D038FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038FC is #2FC703. Grayscale: #7B7B7B. Windows color (decimal): -3131140 or 16529616. OLE color: 16529616.

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

Color convert

RGB 208 56 252 -
CMYK 0.17 0.78 0 0.01
HSL 286.53º 0.97% 0.6% -
HSV(B) 286.53º 0.78% 0.99% -
XYZ 45 23.27 94.21 -
YUV 123.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 208 56 252 0.17 0.78 0 0.01 286.53 0.97 0.6
Hex D0 38 FC 11 4E 0 1 11F 61 3C
Octal 320 70 374 21 116 0 1 437 141 74
Binary 11010000 111000 11111100 10001 1001110 0 1 100011111 1100001 111100

Color Harmonies of #D038FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038FC

Black with #D038FC

Text Example


Text Example

White with #D038FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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