Html Css Color HEX #D234F1 Medium Orchid

📋 copy color: '#D234F1'

red 210 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #D234F1

Tints of Medium Orchid #D234F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.34%

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 41.75%
G = 10.34%
B = 47.91%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D234F1 (or 0xD234F1) is known color: Medium Orchid. HEX triplet: D2, 34 and F1. RGB value is (210,52,241). Sum of RGB (Red+Green+Blue) = 210+52+241=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #D234F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234F1 is #2DCB0E. Grayscale: #787878. Windows color (decimal): -3001103 or 15807698. OLE color: 15807698.

HSL color Cylindrical-coordinate representation of color #D234F1: hue angle of 290.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D234F1 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 52 241 -
CMYK 0.13 0.78 0 0.05
HSL 290.16º 0.87% 0.57% -
HSV(B) 290.16º 0.78% 0.95% -
XYZ 43.68 22.51 85.26 -
YUV 120.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 210 52 241 0.13 0.78 0 0.05 290.16 0.87 0.57
Hex D2 34 F1 D 4E 0 5 122 57 39
Octal 322 64 361 15 116 0 5 442 127 71
Binary 11010010 110100 11110001 1101 1001110 0 101 100100010 1010111 111001

Color Harmonies of #D234F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234F1

Black with #D234F1

Text Example


Text Example

White with #D234F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234F1; }

 p { color: rgb(210,52,241); }

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

background-color css

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

 a { background-color: rgb(210,52,241); }

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

border-color css

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

 span { border-color: rgb(210,52,241); }

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