Html Css Color HEX #D76DDB Orchid

📋 copy color: '#D76DDB'

red 215 ◦ green 109 ◦ blue 219

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

Shades of Orchid #D76DDB

Tints of Orchid #D76DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.07%

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

R = 39.59%
G = 20.07%
B = 40.33%

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

#D76DDB (or 0xD76DDB) is known color: Orchid. HEX triplet: D7, 6D and DB. RGB value is (215,109,219). Sum of RGB (Red+Green+Blue) = 215+109+219=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DDB is #289224. Grayscale: #989898. Windows color (decimal): -2658853 or 14380503. OLE color: 14380503.

HSL color Cylindrical-coordinate representation of color #D76DDB: hue angle of 297.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76DDB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 109 219 -
CMYK 0.02 0.50 0 0.14
HSL 297.82º 0.6% 0.64% -
HSV(B) 297.82º 0.5% 0.86% -
XYZ 46.28 30.5 70.47 -
YUV 153.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 215 109 219 0.02 0.50 0 0.14 297.82 0.6 0.64
Hex D7 6D DB 2 32 0 E 12A 3C 40
Octal 327 155 333 2 62 0 16 452 74 100
Binary 11010111 1101101 11011011 10 110010 0 1110 100101010 111100 1000000

Color Harmonies of #D76DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DDB

Black with #D76DDB

Text Example


Text Example

White with #D76DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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