Html Css Color HEX #D233DC Medium Orchid

📋 copy color: '#D233DC'

red 210 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #D233DC

Tints of Medium Orchid #D233DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.6%

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

R = 43.66%
G = 10.6%
B = 45.74%

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

#D233DC (or 0xD233DC) is known color: Medium Orchid. HEX triplet: D2, 33 and DC. RGB value is (210,51,220). Sum of RGB (Red+Green+Blue) = 210+51+220=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #D233DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233DC is #2DCC23. Grayscale: #757575. Windows color (decimal): -3001380 or 14431186. OLE color: 14431186.

HSL color Cylindrical-coordinate representation of color #D233DC: hue angle of 296.45º 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 #D233DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 51 220 -
CMYK 0.05 0.77 0 0.14
HSL 296.45º 0.71% 0.53% -
HSV(B) 296.45º 0.77% 0.86% -
XYZ 40.68 21.24 69.67 -
YUV 117.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 210 51 220 0.05 0.77 0 0.14 296.45 0.71 0.53
Hex D2 33 DC 5 4D 0 E 128 47 35
Octal 322 63 334 5 115 0 16 450 107 65
Binary 11010010 110011 11011100 101 1001101 0 1110 100101000 1000111 110101

Color Harmonies of #D233DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233DC

Black with #D233DC

Text Example


Text Example

White with #D233DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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