Html Css Color HEX #D232E4 Medium Orchid

📋 copy color: '#D232E4'

red 210 ◦ green 50 ◦ blue 228

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

Shades of Medium Orchid #D232E4

Tints of Medium Orchid #D232E4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.25%

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 43.03%
G = 10.25%
B = 46.72%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D232E4 (or 0xD232E4) is known color: Medium Orchid. HEX triplet: D2, 32 and E4. RGB value is (210,50,228). Sum of RGB (Red+Green+Blue) = 210+50+228=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #D232E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232E4 is #2DCD1B. Grayscale: #757575. Windows color (decimal): -3001628 or 14955218. OLE color: 14955218.

HSL color Cylindrical-coordinate representation of color #D232E4: hue angle of 293.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D232E4 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 50 228 -
CMYK 0.08 0.78 0 0.11
HSL 293.93º 0.77% 0.55% -
HSV(B) 293.93º 0.78% 0.89% -
XYZ 41.72 21.58 75.37 -
YUV 118.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 210 50 228 0.08 0.78 0 0.11 293.93 0.77 0.55
Hex D2 32 E4 8 4E 0 B 126 4D 37
Octal 322 62 344 10 116 0 13 446 115 67
Binary 11010010 110010 11100100 1000 1001110 0 1011 100100110 1001101 110111

Color Harmonies of #D232E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232E4

Black with #D232E4

Text Example


Text Example

White with #D232E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232E4; }

 p { color: rgb(210,50,228); }

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

background-color css

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

 a { background-color: rgb(210,50,228); }

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

border-color css

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

 span { border-color: rgb(210,50,228); }

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