Html Css Color HEX #D433EA Medium Orchid

📋 copy color: '#D433EA'

red 212 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #D433EA

Tints of Medium Orchid #D433EA

RGB

 RED value IS 212 (83.2% from 255) = 42.66%

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

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

R = 42.66%
G = 10.26%
B = 47.08%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D433EA (or 0xD433EA) is known color: Medium Orchid. HEX triplet: D4, 33 and EA. RGB value is (212,51,234). Sum of RGB (Red+Green+Blue) = 212+51+234=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #D433EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433EA is #2BCC15. Grayscale: #777777. Windows color (decimal): -2870294 or 15348692. OLE color: 15348692.

HSL color Cylindrical-coordinate representation of color #D433EA: hue angle of 292.79º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D433EA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 51 234 -
CMYK 0.09 0.78 0 0.08
HSL 292.79º 0.81% 0.56% -
HSV(B) 292.79º 0.78% 0.92% -
XYZ 43.19 22.31 79.87 -
YUV 120 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 212 51 234 0.09 0.78 0 0.08 292.79 0.81 0.56
Hex D4 33 EA 9 4E 0 8 125 51 38
Octal 324 63 352 11 116 0 10 445 121 70
Binary 11010100 110011 11101010 1001 1001110 0 1000 100100101 1010001 111000

Color Harmonies of #D433EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433EA

Black with #D433EA

Text Example


Text Example

White with #D433EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433EA; }

 p { color: rgb(212,51,234); }

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

background-color css

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

 a { background-color: rgb(212,51,234); }

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

border-color css

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

 span { border-color: rgb(212,51,234); }

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