Html Css Color HEX #D23DDE Medium Orchid

📋 copy color: '#D23DDE'

red 210 ◦ green 61 ◦ blue 222

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

Shades of Medium Orchid #D23DDE

Tints of Medium Orchid #D23DDE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.37%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 42.6%
G = 12.37%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D23DDE (or 0xD23DDE) is known color: Medium Orchid. HEX triplet: D2, 3D and DE. RGB value is (210,61,222). Sum of RGB (Red+Green+Blue) = 210+61+222=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #D23DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DDE is #2DC221. Grayscale: #7B7B7B. Windows color (decimal): -2998818 or 14564818. OLE color: 14564818.

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

Color convert

RGB 210 61 222 -
CMYK 0.05 0.73 0 0.13
HSL 295.53º 0.71% 0.55% -
HSV(B) 295.53º 0.73% 0.87% -
XYZ 41.43 22.31 71.23 -
YUV 123.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 210 61 222 0.05 0.73 0 0.13 295.53 0.71 0.55
Hex D2 3D DE 5 49 0 D 128 47 37
Octal 322 75 336 5 111 0 15 450 107 67
Binary 11010010 111101 11011110 101 1001001 0 1101 100101000 1000111 110111

Color Harmonies of #D23DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DDE

Black with #D23DDE

Text Example


Text Example

White with #D23DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DDE; }

 p { color: rgb(210,61,222); }

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

background-color css

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

 a { background-color: rgb(210,61,222); }

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

border-color css

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

 span { border-color: rgb(210,61,222); }

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