Html Css Color HEX #D76FDB Orchid

📋 copy color: '#D76FDB'

red 215 ◦ green 111 ◦ blue 219

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

Shades of Orchid #D76FDB

Tints of Orchid #D76FDB

RGB

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

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

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

R = 39.45%
G = 20.37%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76FDB (or 0xD76FDB) is known color: Orchid. HEX triplet: D7, 6F and DB. RGB value is (215,111,219). Sum of RGB (Red+Green+Blue) = 215+111+219=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDB is #289024. Grayscale: #9A9A9A. Windows color (decimal): -2658341 or 14381015. OLE color: 14381015.

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

Color convert

RGB 215 111 219 -
CMYK 0.02 0.49 0 0.14
HSL 297.78º 0.6% 0.65% -
HSV(B) 297.78º 0.49% 0.86% -
XYZ 46.49 30.93 70.54 -
YUV 154.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 215 111 219 0.02 0.49 0 0.14 297.78 0.6 0.65
Hex D7 6F DB 2 31 0 E 12A 3C 41
Octal 327 157 333 2 61 0 16 452 74 101
Binary 11010111 1101111 11011011 10 110001 0 1110 100101010 111100 1000001

Color Harmonies of #D76FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FDB

Black with #D76FDB

Text Example


Text Example

White with #D76FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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