Html Css Color HEX #D240FB Medium Orchid

📋 copy color: '#D240FB'

red 210 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #D240FB

Tints of Medium Orchid #D240FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.19%

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

R = 40%
G = 12.19%
B = 47.81%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D240FB (or 0xD240FB) is known color: Medium Orchid. HEX triplet: D2, 40 and FB. RGB value is (210,64,251). Sum of RGB (Red+Green+Blue) = 210+64+251=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 64 (25.39% from 255 or 12.19% 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 #D240FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240FB is #2DBF04. Grayscale: #808080. Windows color (decimal): -2998021 or 16466130. OLE color: 16466130.

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

Color convert

RGB 210 64 251 -
CMYK 0.16 0.75 0 0.02
HSL 286.84º 0.96% 0.62% -
HSV(B) 286.84º 0.75% 0.98% -
XYZ 45.82 24.33 93.55 -
YUV 128.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 210 64 251 0.16 0.75 0 0.02 286.84 0.96 0.62
Hex D2 40 FB 10 4B 0 2 11F 60 3E
Octal 322 100 373 20 113 0 2 437 140 76
Binary 11010010 1000000 11111011 10000 1001011 0 10 100011111 1100000 111110

Color Harmonies of #D240FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240FB

Black with #D240FB

Text Example


Text Example

White with #D240FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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