Html Css Color HEX #D438FB Medium Orchid

📋 copy color: '#D438FB'

red 212 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #D438FB

Tints of Medium Orchid #D438FB

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

 GREEN value IS 56 (22.27% from 255) = 10.79%

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

R = 40.85%
G = 10.79%
B = 48.36%

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

#D438FB (or 0xD438FB) is known color: Medium Orchid. HEX triplet: D4, 38 and FB. RGB value is (212,56,251). Sum of RGB (Red+Green+Blue) = 212+56+251=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D438FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438FB is #2BC704. Grayscale: #7C7C7C. Windows color (decimal): -2868997 or 16464084. OLE color: 16464084.

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

Color convert

RGB 212 56 251 -
CMYK 0.16 0.78 0 0.02
HSL 288º 0.96% 0.6% -
HSV(B) 288º 0.78% 0.98% -
XYZ 45.98 23.79 93.44 -
YUV 124.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 212 56 251 0.16 0.78 0 0.02 288 0.96 0.6
Hex D4 38 FB 10 4E 0 2 120 60 3C
Octal 324 70 373 20 116 0 2 440 140 74
Binary 11010100 111000 11111011 10000 1001110 0 10 100100000 1100000 111100

Color Harmonies of #D438FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D438FB

Black with #D438FB

Text Example


Text Example

White with #D438FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D438FB; }

 p { color: rgb(212,56,251); }

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

background-color css

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

 a { background-color: rgb(212,56,251); }

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

border-color css

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

 span { border-color: rgb(212,56,251); }

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