Html Css Color HEX #D34BF2 Medium Orchid

📋 copy color: '#D34BF2'

red 211 ◦ green 75 ◦ blue 242

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

Shades of Medium Orchid #D34BF2

Tints of Medium Orchid #D34BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.2%

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

R = 39.96%
G = 14.2%
B = 45.83%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D34BF2 (or 0xD34BF2) is known color: Medium Orchid. HEX triplet: D3, 4B and F2. RGB value is (211,75,242). Sum of RGB (Red+Green+Blue) = 211+75+242=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #D34BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BF2 is #2CB40D. Grayscale: #868686. Windows color (decimal): -2929678 or 15879123. OLE color: 15879123.

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

Color convert

RGB 211 75 242 -
CMYK 0.13 0.69 0 0.05
HSL 288.86º 0.87% 0.62% -
HSV(B) 288.86º 0.69% 0.95% -
XYZ 45.41 25.29 86.49 -
YUV 134.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 211 75 242 0.13 0.69 0 0.05 288.86 0.87 0.62
Hex D3 4B F2 D 45 0 5 121 57 3E
Octal 323 113 362 15 105 0 5 441 127 76
Binary 11010011 1001011 11110010 1101 1000101 0 101 100100001 1010111 111110

Color Harmonies of #D34BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34BF2

Black with #D34BF2

Text Example


Text Example

White with #D34BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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