Html Css Color HEX #D042FB Medium Orchid

📋 copy color: '#D042FB'

red 208 ◦ green 66 ◦ blue 251

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

Shades of Medium Orchid #D042FB

Tints of Medium Orchid #D042FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.57%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 39.62%
G = 12.57%
B = 47.81%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D042FB (or 0xD042FB) is known color: Medium Orchid. HEX triplet: D0, 42 and FB. RGB value is (208,66,251). Sum of RGB (Red+Green+Blue) = 208+66+251=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D042FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042FB is #2FBD04. Grayscale: #808080. Windows color (decimal): -3128581 or 16466640. OLE color: 16466640.

HSL color Cylindrical-coordinate representation of color #D042FB: hue angle of 286.05º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D042FB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 66 251 -
CMYK 0.17 0.74 0 0.02
HSL 286.05º 0.96% 0.62% -
HSV(B) 286.05º 0.74% 0.98% -
XYZ 45.37 24.27 93.56 -
YUV 129.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 208 66 251 0.17 0.74 0 0.02 286.05 0.96 0.62
Hex D0 42 FB 11 4A 0 2 11E 60 3E
Octal 320 102 373 21 112 0 2 436 140 76
Binary 11010000 1000010 11111011 10001 1001010 0 10 100011110 1100000 111110

Color Harmonies of #D042FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042FB

Black with #D042FB

Text Example


Text Example

White with #D042FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042FB; }

 p { color: rgb(208,66,251); }

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

background-color css

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

 a { background-color: rgb(208,66,251); }

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

border-color css

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

 span { border-color: rgb(208,66,251); }

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