Html Css Color HEX #D46FE4 Orchid

📋 copy color: '#D46FE4'

red 212 ◦ green 111 ◦ blue 228

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

Shades of Orchid #D46FE4

Tints of Orchid #D46FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

 BLUE value IS 228 (89.45% from 255) = 41.38%

R = 38.48%
G = 20.15%
B = 41.38%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D46FE4 (or 0xD46FE4) is known color: Orchid. HEX triplet: D4, 6F and E4. RGB value is (212,111,228). Sum of RGB (Red+Green+Blue) = 212+111+228=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #D46FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FE4 is #2B901B. Grayscale: #9A9A9A. Windows color (decimal): -2854940 or 14970836. OLE color: 14970836.

HSL color Cylindrical-coordinate representation of color #D46FE4: hue angle of 291.79º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46FE4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 111 228 -
CMYK 0.07 0.51 0 0.11
HSL 291.79º 0.68% 0.66% -
HSV(B) 291.79º 0.51% 0.89% -
XYZ 46.84 30.97 76.91 -
YUV 154.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 212 111 228 0.07 0.51 0 0.11 291.79 0.68 0.66
Hex D4 6F E4 7 33 0 B 124 44 42
Octal 324 157 344 7 63 0 13 444 104 102
Binary 11010100 1101111 11100100 111 110011 0 1011 100100100 1000100 1000010

Color Harmonies of #D46FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FE4

Black with #D46FE4

Text Example


Text Example

White with #D46FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FE4; }

 p { color: rgb(212,111,228); }

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

background-color css

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

 a { background-color: rgb(212,111,228); }

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

border-color css

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

 span { border-color: rgb(212,111,228); }

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