Html Css Color HEX #D23DE0 Medium Orchid

📋 copy color: '#D23DE0'

red 210 ◦ green 61 ◦ blue 224

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

Shades of Medium Orchid #D23DE0

Tints of Medium Orchid #D23DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 42.42%
G = 12.32%
B = 45.25%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D23DE0 (or 0xD23DE0) is known color: Medium Orchid. HEX triplet: D2, 3D and E0. RGB value is (210,61,224). Sum of RGB (Red+Green+Blue) = 210+61+224=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #D23DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DE0 is #2DC21F. Grayscale: #7B7B7B. Windows color (decimal): -2998816 or 14695890. OLE color: 14695890.

HSL color Cylindrical-coordinate representation of color #D23DE0: hue angle of 294.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23DE0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 61 224 -
CMYK 0.06 0.73 0 0.12
HSL 294.85º 0.72% 0.56% -
HSV(B) 294.85º 0.73% 0.88% -
XYZ 41.7 22.42 72.65 -
YUV 124.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 210 61 224 0.06 0.73 0 0.12 294.85 0.72 0.56
Hex D2 3D E0 6 49 0 C 127 48 38
Octal 322 75 340 6 111 0 14 447 110 70
Binary 11010010 111101 11100000 110 1001001 0 1100 100100111 1001000 111000

Color Harmonies of #D23DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DE0

Black with #D23DE0

Text Example


Text Example

White with #D23DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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