Html Css Color HEX #D76ADB Orchid

📋 copy color: '#D76ADB'

red 215 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D76ADB

Tints of Orchid #D76ADB

RGB

 RED value IS 215 (84.38% from 255) = 39.81%

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

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

R = 39.81%
G = 19.63%
B = 40.56%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76ADB (or 0xD76ADB) is known color: Orchid. HEX triplet: D7, 6A and DB. RGB value is (215,106,219). Sum of RGB (Red+Green+Blue) = 215+106+219=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ADB is #289524. Grayscale: #979797. Windows color (decimal): -2659621 or 14379735. OLE color: 14379735.

HSL color Cylindrical-coordinate representation of color #D76ADB: hue angle of 297.88º 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 #D76ADB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 106 219 -
CMYK 0.02 0.52 0 0.14
HSL 297.88º 0.61% 0.64% -
HSV(B) 297.88º 0.52% 0.86% -
XYZ 45.96 29.87 70.36 -
YUV 151.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 215 106 219 0.02 0.52 0 0.14 297.88 0.61 0.64
Hex D7 6A DB 2 34 0 E 12A 3D 40
Octal 327 152 333 2 64 0 16 452 75 100
Binary 11010111 1101010 11011011 10 110100 0 1110 100101010 111101 1000000

Color Harmonies of #D76ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ADB

Black with #D76ADB

Text Example


Text Example

White with #D76ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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