Html Css Color HEX #D433F0 Medium Orchid

📋 copy color: '#D433F0'

red 212 ◦ green 51 ◦ blue 240

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

Shades of Medium Orchid #D433F0

Tints of Medium Orchid #D433F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 42.15%
G = 10.14%
B = 47.71%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D433F0 (or 0xD433F0) is known color: Medium Orchid. HEX triplet: D4, 33 and F0. RGB value is (212,51,240). Sum of RGB (Red+Green+Blue) = 212+51+240=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #D433F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433F0 is #2BCC0F. Grayscale: #787878. Windows color (decimal): -2870288 or 15741908. OLE color: 15741908.

HSL color Cylindrical-coordinate representation of color #D433F0: hue angle of 291.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D433F0 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 51 240 -
CMYK 0.12 0.79 0 0.06
HSL 291.11º 0.86% 0.57% -
HSV(B) 291.11º 0.79% 0.94% -
XYZ 44.06 22.66 84.49 -
YUV 120.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 212 51 240 0.12 0.79 0 0.06 291.11 0.86 0.57
Hex D4 33 F0 C 4F 0 6 123 56 39
Octal 324 63 360 14 117 0 6 443 126 71
Binary 11010100 110011 11110000 1100 1001111 0 110 100100011 1010110 111001

Color Harmonies of #D433F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433F0

Black with #D433F0

Text Example


Text Example

White with #D433F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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