Html Css Color HEX #D46FDB Orchid

📋 copy color: '#D46FDB'

red 212 ◦ green 111 ◦ blue 219

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

Shades of Orchid #D46FDB

Tints of Orchid #D46FDB

RGB

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

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

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

R = 39.11%
G = 20.48%
B = 40.41%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D46FDB (or 0xD46FDB) is known color: Orchid. HEX triplet: D4, 6F and DB. RGB value is (212,111,219). Sum of RGB (Red+Green+Blue) = 212+111+219=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D46FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FDB is #2B9024. Grayscale: #999999. Windows color (decimal): -2854949 or 14381012. OLE color: 14381012.

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

Color convert

RGB 212 111 219 -
CMYK 0.03 0.49 0 0.14
HSL 296.11º 0.6% 0.65% -
HSV(B) 296.11º 0.49% 0.86% -
XYZ 45.62 30.48 70.5 -
YUV 153.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 212 111 219 0.03 0.49 0 0.14 296.11 0.6 0.65
Hex D4 6F DB 3 31 0 E 128 3C 41
Octal 324 157 333 3 61 0 16 450 74 101
Binary 11010100 1101111 11011011 11 110001 0 1110 100101000 111100 1000001

Color Harmonies of #D46FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FDB

Black with #D46FDB

Text Example


Text Example

White with #D46FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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