Html Css Color HEX #D232DC Medium Orchid

📋 copy color: '#D232DC'

red 210 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #D232DC

Tints of Medium Orchid #D232DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 43.75%
G = 10.42%
B = 45.83%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D232DC (or 0xD232DC) is known color: Medium Orchid. HEX triplet: D2, 32 and DC. RGB value is (210,50,220). Sum of RGB (Red+Green+Blue) = 210+50+220=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D232DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DC is #2DCD23. Grayscale: #747474. Windows color (decimal): -3001636 or 14430930. OLE color: 14430930.

HSL color Cylindrical-coordinate representation of color #D232DC: hue angle of 296.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D232DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 50 220 -
CMYK 0.05 0.77 0 0.14
HSL 296.47º 0.71% 0.53% -
HSV(B) 296.47º 0.77% 0.86% -
XYZ 40.64 21.15 69.65 -
YUV 117.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 210 50 220 0.05 0.77 0 0.14 296.47 0.71 0.53
Hex D2 32 DC 5 4D 0 E 128 47 35
Octal 322 62 334 5 115 0 16 450 107 65
Binary 11010010 110010 11011100 101 1001101 0 1110 100101000 1000111 110101

Color Harmonies of #D232DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232DC

Black with #D232DC

Text Example


Text Example

White with #D232DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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