Html Css Color HEX #D242FB Medium Orchid

📋 copy color: '#D242FB'

red 210 ◦ green 66 ◦ blue 251

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

Shades of Medium Orchid #D242FB

Tints of Medium Orchid #D242FB

RGB

 RED value IS 210 (82.42% from 255) = 39.85%

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

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

R = 39.85%
G = 12.52%
B = 47.63%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D242FB (or 0xD242FB) is known color: Medium Orchid. HEX triplet: D2, 42 and FB. RGB value is (210,66,251). Sum of RGB (Red+Green+Blue) = 210+66+251=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #D242FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242FB is #2DBD04. Grayscale: #818181. Windows color (decimal): -2997509 or 16466642. OLE color: 16466642.

HSL color Cylindrical-coordinate representation of color #D242FB: hue angle of 286.7º 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 #D242FB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 66 251 -
CMYK 0.16 0.74 0 0.02
HSL 286.7º 0.96% 0.62% -
HSV(B) 286.7º 0.74% 0.98% -
XYZ 45.94 24.56 93.59 -
YUV 130.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 210 66 251 0.16 0.74 0 0.02 286.7 0.96 0.62
Hex D2 42 FB 10 4A 0 2 11F 60 3E
Octal 322 102 373 20 112 0 2 437 140 76
Binary 11010010 1000010 11111011 10000 1001010 0 10 100011111 1100000 111110

Color Harmonies of #D242FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D242FB

Black with #D242FB

Text Example


Text Example

White with #D242FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D242FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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