Html Css Color HEX #D230EB Medium Orchid

📋 copy color: '#D230EB'

red 210 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #D230EB

Tints of Medium Orchid #D230EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.74%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 42.6%
G = 9.74%
B = 47.67%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D230EB (or 0xD230EB) is known color: Medium Orchid. HEX triplet: D2, 30 and EB. RGB value is (210,48,235). Sum of RGB (Red+Green+Blue) = 210+48+235=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #D230EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230EB is #2DCF14. Grayscale: #757575. Windows color (decimal): -3002133 or 15413458. OLE color: 15413458.

HSL color Cylindrical-coordinate representation of color #D230EB: hue angle of 291.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D230EB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 48 235 -
CMYK 0.11 0.80 0 0.08
HSL 291.98º 0.82% 0.55% -
HSV(B) 291.98º 0.8% 0.92% -
XYZ 42.63 21.81 80.56 -
YUV 117.76 194.17 193.79 -
System Red Green Blue C M Y K H S L
Decimal 210 48 235 0.11 0.80 0 0.08 291.98 0.82 0.55
Hex D2 30 EB B 50 0 8 124 52 37
Octal 322 60 353 13 120 0 10 444 122 67
Binary 11010010 110000 11101011 1011 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D230EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230EB

Black with #D230EB

Text Example


Text Example

White with #D230EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230EB; }

 p { color: rgb(210,48,235); }

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

background-color css

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

 a { background-color: rgb(210,48,235); }

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

border-color css

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

 span { border-color: rgb(210,48,235); }

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