Html Css Color HEX #D76EDB Orchid

📋 copy color: '#D76EDB'

red 215 ◦ green 110 ◦ blue 219

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

Shades of Orchid #D76EDB

Tints of Orchid #D76EDB

RGB

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

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

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

R = 39.52%
G = 20.22%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76EDB (or 0xD76EDB) is known color: Orchid. HEX triplet: D7, 6E and DB. RGB value is (215,110,219). Sum of RGB (Red+Green+Blue) = 215+110+219=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EDB is #289124. Grayscale: #999999. Windows color (decimal): -2658597 or 14380759. OLE color: 14380759.

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

Color convert

RGB 215 110 219 -
CMYK 0.02 0.50 0 0.14
HSL 297.8º 0.6% 0.65% -
HSV(B) 297.8º 0.5% 0.86% -
XYZ 46.39 30.71 70.5 -
YUV 153.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 215 110 219 0.02 0.50 0 0.14 297.8 0.6 0.65
Hex D7 6E DB 2 32 0 E 12A 3C 41
Octal 327 156 333 2 62 0 16 452 74 101
Binary 11010111 1101110 11011011 10 110010 0 1110 100101010 111100 1000001

Color Harmonies of #D76EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EDB

Black with #D76EDB

Text Example


Text Example

White with #D76EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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