Html Css Color HEX #D233E5 Medium Orchid

📋 copy color: '#D233E5'

red 210 ◦ green 51 ◦ blue 229

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

Shades of Medium Orchid #D233E5

Tints of Medium Orchid #D233E5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.41%

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 42.86%
G = 10.41%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D233E5 (or 0xD233E5) is known color: Medium Orchid. HEX triplet: D2, 33 and E5. RGB value is (210,51,229). Sum of RGB (Red+Green+Blue) = 210+51+229=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #D233E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233E5 is #2DCC1A. Grayscale: #767676. Windows color (decimal): -3001371 or 15021010. OLE color: 15021010.

HSL color Cylindrical-coordinate representation of color #D233E5: hue angle of 293.6º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D233E5 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 51 229 -
CMYK 0.08 0.78 0 0.10
HSL 293.6º 0.77% 0.55% -
HSV(B) 293.6º 0.78% 0.9% -
XYZ 41.91 21.73 76.11 -
YUV 118.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 210 51 229 0.08 0.78 0 0.10 293.6 0.77 0.55
Hex D2 33 E5 8 4E 0 A 126 4D 37
Octal 322 63 345 10 116 0 12 446 115 67
Binary 11010010 110011 11100101 1000 1001110 0 1010 100100110 1001101 110111

Color Harmonies of #D233E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233E5

Black with #D233E5

Text Example


Text Example

White with #D233E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233E5; }

 p { color: rgb(210,51,229); }

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

background-color css

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

 a { background-color: rgb(210,51,229); }

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

border-color css

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

 span { border-color: rgb(210,51,229); }

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