Html Css Color HEX #D234F0 Medium Orchid

📋 copy color: '#D234F0'

red 210 ◦ green 52 ◦ blue 240

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

Shades of Medium Orchid #D234F0

Tints of Medium Orchid #D234F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 41.83%
G = 10.36%
B = 47.81%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D234F0 (or 0xD234F0) is known color: Medium Orchid. HEX triplet: D2, 34 and F0. RGB value is (210,52,240). Sum of RGB (Red+Green+Blue) = 210+52+240=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #D234F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234F0 is #2DCB0F. Grayscale: #787878. Windows color (decimal): -3001104 or 15742162. OLE color: 15742162.

HSL color Cylindrical-coordinate representation of color #D234F0: hue angle of 290.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D234F0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 52 240 -
CMYK 0.12 0.78 0 0.06
HSL 290.43º 0.86% 0.57% -
HSV(B) 290.43º 0.78% 0.94% -
XYZ 43.53 22.45 84.48 -
YUV 120.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 210 52 240 0.12 0.78 0 0.06 290.43 0.86 0.57
Hex D2 34 F0 C 4E 0 6 122 56 39
Octal 322 64 360 14 116 0 6 442 126 71
Binary 11010010 110100 11110000 1100 1001110 0 110 100100010 1010110 111001

Color Harmonies of #D234F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234F0

Black with #D234F0

Text Example


Text Example

White with #D234F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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