Html Css Color HEX #D433F2 Medium Orchid

📋 copy color: '#D433F2'

red 212 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #D433F2

Tints of Medium Orchid #D433F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 41.98%
G = 10.1%
B = 47.92%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D433F2 (or 0xD433F2) is known color: Medium Orchid. HEX triplet: D4, 33 and F2. RGB value is (212,51,242). Sum of RGB (Red+Green+Blue) = 212+51+242=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #D433F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433F2 is #2BCC0D. Grayscale: #787878. Windows color (decimal): -2870286 or 15872980. OLE color: 15872980.

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

Color convert

RGB 212 51 242 -
CMYK 0.12 0.79 0 0.05
HSL 290.58º 0.88% 0.57% -
HSV(B) 290.58º 0.79% 0.95% -
XYZ 44.36 22.78 86.06 -
YUV 120.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 212 51 242 0.12 0.79 0 0.05 290.58 0.88 0.57
Hex D4 33 F2 C 4F 0 5 123 58 39
Octal 324 63 362 14 117 0 5 443 130 71
Binary 11010100 110011 11110010 1100 1001111 0 101 100100011 1011000 111001

Color Harmonies of #D433F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433F2

Black with #D433F2

Text Example


Text Example

White with #D433F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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