Html Css Color HEX #D46EDB Orchid

📋 copy color: '#D46EDB'

red 212 ◦ green 110 ◦ blue 219

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

Shades of Orchid #D46EDB

Tints of Orchid #D46EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.33%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 39.19%
G = 20.33%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D46EDB (or 0xD46EDB) is known color: Orchid. HEX triplet: D4, 6E and DB. RGB value is (212,110,219). Sum of RGB (Red+Green+Blue) = 212+110+219=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D46EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EDB is #2B9124. Grayscale: #989898. Windows color (decimal): -2855205 or 14380756. OLE color: 14380756.

HSL color Cylindrical-coordinate representation of color #D46EDB: hue angle of 296.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46EDB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 110 219 -
CMYK 0.03 0.50 0 0.14
HSL 296.15º 0.6% 0.65% -
HSV(B) 296.15º 0.5% 0.86% -
XYZ 45.51 30.26 70.46 -
YUV 152.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 212 110 219 0.03 0.50 0 0.14 296.15 0.6 0.65
Hex D4 6E DB 3 32 0 E 128 3C 41
Octal 324 156 333 3 62 0 16 450 74 101
Binary 11010100 1101110 11011011 11 110010 0 1110 100101000 111100 1000001

Color Harmonies of #D46EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EDB

Black with #D46EDB

Text Example


Text Example

White with #D46EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EDB; }

 p { color: rgb(212,110,219); }

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

background-color css

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

 a { background-color: rgb(212,110,219); }

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

border-color css

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

 span { border-color: rgb(212,110,219); }

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