Html Css Color HEX #D766DB Orchid

📋 copy color: '#D766DB'

red 215 ◦ green 102 ◦ blue 219

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

Shades of Orchid #D766DB

Tints of Orchid #D766DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.03%

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

R = 40.11%
G = 19.03%
B = 40.86%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D766DB (or 0xD766DB) is known color: Orchid. HEX triplet: D7, 66 and DB. RGB value is (215,102,219). Sum of RGB (Red+Green+Blue) = 215+102+219=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D766DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766DB is #289924. Grayscale: #949494. Windows color (decimal): -2660645 or 14378711. OLE color: 14378711.

HSL color Cylindrical-coordinate representation of color #D766DB: hue angle of 297.95º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766DB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 102 219 -
CMYK 0.02 0.53 0 0.14
HSL 297.95º 0.62% 0.63% -
HSV(B) 297.95º 0.53% 0.86% -
XYZ 45.56 29.06 70.23 -
YUV 149.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 215 102 219 0.02 0.53 0 0.14 297.95 0.62 0.63
Hex D7 66 DB 2 35 0 E 12A 3E 3F
Octal 327 146 333 2 65 0 16 452 76 77
Binary 11010111 1100110 11011011 10 110101 0 1110 100101010 111110 111111

Color Harmonies of #D766DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766DB

Black with #D766DB

Text Example


Text Example

White with #D766DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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