Html Css Color HEX #D23DEA Medium Orchid

📋 copy color: '#D23DEA'

red 210 ◦ green 61 ◦ blue 234

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

Shades of Medium Orchid #D23DEA

Tints of Medium Orchid #D23DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 41.58%
G = 12.08%
B = 46.34%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D23DEA (or 0xD23DEA) is known color: Medium Orchid. HEX triplet: D2, 3D and EA. RGB value is (210,61,234). Sum of RGB (Red+Green+Blue) = 210+61+234=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #D23DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DEA is #2DC215. Grayscale: #7C7C7C. Windows color (decimal): -2998806 or 15351250. OLE color: 15351250.

HSL color Cylindrical-coordinate representation of color #D23DEA: hue angle of 291.68º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DEA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 61 234 -
CMYK 0.10 0.74 0 0.08
HSL 291.68º 0.8% 0.58% -
HSV(B) 291.68º 0.74% 0.92% -
XYZ 43.1 22.98 80.01 -
YUV 125.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 210 61 234 0.10 0.74 0 0.08 291.68 0.8 0.58
Hex D2 3D EA A 4A 0 8 124 50 3A
Octal 322 75 352 12 112 0 10 444 120 72
Binary 11010010 111101 11101010 1010 1001010 0 1000 100100100 1010000 111010

Color Harmonies of #D23DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DEA

Black with #D23DEA

Text Example


Text Example

White with #D23DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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