Html Css Color HEX #D335F2 Medium Orchid

📋 copy color: '#D335F2'

red 211 ◦ green 53 ◦ blue 242

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

Shades of Medium Orchid #D335F2

Tints of Medium Orchid #D335F2

RGB

 RED value IS 211 (82.81% from 255) = 41.7%

 GREEN value IS 53 (21.09% from 255) = 10.47%

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

R = 41.7%
G = 10.47%
B = 47.83%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D335F2 (or 0xD335F2) is known color: Medium Orchid. HEX triplet: D3, 35 and F2. RGB value is (211,53,242). Sum of RGB (Red+Green+Blue) = 211+53+242=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #D335F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335F2 is #2CCA0D. Grayscale: #797979. Windows color (decimal): -2935310 or 15873491. OLE color: 15873491.

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

Color convert

RGB 211 53 242 -
CMYK 0.13 0.78 0 0.05
HSL 290.16º 0.88% 0.58% -
HSV(B) 290.16º 0.78% 0.95% -
XYZ 44.16 22.81 86.08 -
YUV 121.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 211 53 242 0.13 0.78 0 0.05 290.16 0.88 0.58
Hex D3 35 F2 D 4E 0 5 122 58 3A
Octal 323 65 362 15 116 0 5 442 130 72
Binary 11010011 110101 11110010 1101 1001110 0 101 100100010 1011000 111010

Color Harmonies of #D335F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335F2

Black with #D335F2

Text Example


Text Example

White with #D335F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335F2; }

 p { color: rgb(211,53,242); }

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

background-color css

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

 a { background-color: rgb(211,53,242); }

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

border-color css

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

 span { border-color: rgb(211,53,242); }

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