Html Css Color HEX #D439FE Medium Orchid

📋 copy color: '#D439FE'

red 212 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #D439FE

Tints of Medium Orchid #D439FE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.9%

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 40.54%
G = 10.9%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D439FE (or 0xD439FE) is known color: Medium Orchid. HEX triplet: D4, 39 and FE. RGB value is (212,57,254). Sum of RGB (Red+Green+Blue) = 212+57+254=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D439FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439FE is #2BC601. Grayscale: #7D7D7D. Windows color (decimal): -2868738 or 16660948. OLE color: 16660948.

HSL color Cylindrical-coordinate representation of color #D439FE: hue angle of 287.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D439FE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 57 254 -
CMYK 0.17 0.78 0 0.00
HSL 287.21º 0.99% 0.61% -
HSV(B) 287.21º 0.78% 1% -
XYZ 46.5 24.08 95.96 -
YUV 125.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 212 57 254 0.17 0.78 0 0.00 287.21 0.99 0.61
Hex D4 39 FE 11 4E 0 0 11F 63 3D
Octal 324 71 376 21 116 0 0 437 143 75
Binary 11010100 111001 11111110 10001 1001110 0 0 100011111 1100011 111101

Color Harmonies of #D439FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D439FE

Black with #D439FE

Text Example


Text Example

White with #D439FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D439FE; }

 p { color: rgb(212,57,254); }

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

background-color css

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

 a { background-color: rgb(212,57,254); }

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

border-color css

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

 span { border-color: rgb(212,57,254); }

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