Html Css Color HEX #D23FEA Medium Orchid

📋 copy color: '#D23FEA'

red 210 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #D23FEA

Tints of Medium Orchid #D23FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.43%

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

R = 41.42%
G = 12.43%
B = 46.15%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D23FEA (or 0xD23FEA) is known color: Medium Orchid. HEX triplet: D2, 3F and EA. RGB value is (210,63,234). Sum of RGB (Red+Green+Blue) = 210+63+234=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #D23FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FEA is #2DC015. Grayscale: #7D7D7D. Windows color (decimal): -2998294 or 15351762. OLE color: 15351762.

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

Color convert

RGB 210 63 234 -
CMYK 0.10 0.73 0 0.08
HSL 291.58º 0.8% 0.58% -
HSV(B) 291.58º 0.73% 0.92% -
XYZ 43.21 23.2 80.04 -
YUV 126.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 210 63 234 0.10 0.73 0 0.08 291.58 0.8 0.58
Hex D2 3F EA A 49 0 8 124 50 3A
Octal 322 77 352 12 111 0 10 444 120 72
Binary 11010010 111111 11101010 1010 1001001 0 1000 100100100 1010000 111010

Color Harmonies of #D23FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23FEA

Black with #D23FEA

Text Example


Text Example

White with #D23FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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