Html Css Color HEX #D46ADB Orchid

📋 copy color: '#D46ADB'

red 212 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D46ADB

Tints of Orchid #D46ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

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

R = 39.48%
G = 19.74%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D46ADB (or 0xD46ADB) is known color: Orchid. HEX triplet: D4, 6A and DB. RGB value is (212,106,219). Sum of RGB (Red+Green+Blue) = 212+106+219=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D46ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ADB is #2B9524. Grayscale: #969696. Windows color (decimal): -2856229 or 14379732. OLE color: 14379732.

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

Color convert

RGB 212 106 219 -
CMYK 0.03 0.52 0 0.14
HSL 296.28º 0.61% 0.64% -
HSV(B) 296.28º 0.52% 0.86% -
XYZ 45.09 29.42 70.32 -
YUV 150.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 212 106 219 0.03 0.52 0 0.14 296.28 0.61 0.64
Hex D4 6A DB 3 34 0 E 128 3D 40
Octal 324 152 333 3 64 0 16 450 75 100
Binary 11010100 1101010 11011011 11 110100 0 1110 100101000 111101 1000000

Color Harmonies of #D46ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46ADB

Black with #D46ADB

Text Example


Text Example

White with #D46ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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