Html Css Color HEX #D237FB Medium Orchid

📋 copy color: '#D237FB'

red 210 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #D237FB

Tints of Medium Orchid #D237FB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.66%

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

R = 40.7%
G = 10.66%
B = 48.64%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D237FB (or 0xD237FB) is known color: Medium Orchid. HEX triplet: D2, 37 and FB. RGB value is (210,55,251). Sum of RGB (Red+Green+Blue) = 210+55+251=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #D237FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D237FB is #2DC804. Grayscale: #7B7B7B. Windows color (decimal): -3000325 or 16463826. OLE color: 16463826.

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

Color convert

RGB 210 55 251 -
CMYK 0.16 0.78 0 0.02
HSL 287.45º 0.96% 0.6% -
HSV(B) 287.45º 0.78% 0.98% -
XYZ 45.36 23.4 93.39 -
YUV 123.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 210 55 251 0.16 0.78 0 0.02 287.45 0.96 0.6
Hex D2 37 FB 10 4E 0 2 11F 60 3C
Octal 322 67 373 20 116 0 2 437 140 74
Binary 11010010 110111 11111011 10000 1001110 0 10 100011111 1100000 111100

Color Harmonies of #D237FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237FB

Black with #D237FB

Text Example


Text Example

White with #D237FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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