Html Css Color HEX #D03FFD Medium Orchid

📋 copy color: '#D03FFD'

red 208 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #D03FFD

Tints of Medium Orchid #D03FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.02%

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

R = 39.69%
G = 12.02%
B = 48.28%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D03FFD (or 0xD03FFD) is known color: Medium Orchid. HEX triplet: D0, 3F and FD. RGB value is (208,63,253). Sum of RGB (Red+Green+Blue) = 208+63+253=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #D03FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FFD is #2FC002. Grayscale: #7F7F7F. Windows color (decimal): -3129347 or 16596944. OLE color: 16596944.

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

Color convert

RGB 208 63 253 -
CMYK 0.18 0.75 0 0.01
HSL 285.79º 0.98% 0.62% -
HSV(B) 285.79º 0.75% 0.99% -
XYZ 45.52 24.06 95.17 -
YUV 128.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 208 63 253 0.18 0.75 0 0.01 285.79 0.98 0.62
Hex D0 3F FD 12 4B 0 1 11E 62 3E
Octal 320 77 375 22 113 0 1 436 142 76
Binary 11010000 111111 11111101 10010 1001011 0 1 100011110 1100010 111110

Color Harmonies of #D03FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FFD

Black with #D03FFD

Text Example


Text Example

White with #D03FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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