Html Css Color HEX #D23CEA Medium Orchid

📋 copy color: '#D23CEA'

red 210 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #D23CEA

Tints of Medium Orchid #D23CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.9%

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

R = 41.67%
G = 11.9%
B = 46.43%

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

#D23CEA (or 0xD23CEA) is known color: Medium Orchid. HEX triplet: D2, 3C and EA. RGB value is (210,60,234). Sum of RGB (Red+Green+Blue) = 210+60+234=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #D23CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CEA is #2DC315. Grayscale: #7C7C7C. Windows color (decimal): -2999062 or 15350994. OLE color: 15350994.

HSL color Cylindrical-coordinate representation of color #D23CEA: hue angle of 291.72º degrees, saturation: 0.81, 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 #D23CEA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 60 234 -
CMYK 0.10 0.74 0 0.08
HSL 291.72º 0.81% 0.58% -
HSV(B) 291.72º 0.74% 0.92% -
XYZ 43.05 22.87 79.99 -
YUV 124.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 210 60 234 0.10 0.74 0 0.08 291.72 0.81 0.58
Hex D2 3C EA A 4A 0 8 124 51 3A
Octal 322 74 352 12 112 0 10 444 121 72
Binary 11010010 111100 11101010 1010 1001010 0 1000 100100100 1010001 111010

Color Harmonies of #D23CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CEA

Black with #D23CEA

Text Example


Text Example

White with #D23CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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