Html Css Color HEX #D764DB Orchid

📋 copy color: '#D764DB'

red 215 ◦ green 100 ◦ blue 219

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

Shades of Orchid #D764DB

Tints of Orchid #D764DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.73%

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

R = 40.26%
G = 18.73%
B = 41.01%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D764DB (or 0xD764DB) is known color: Orchid. HEX triplet: D7, 64 and DB. RGB value is (215,100,219). Sum of RGB (Red+Green+Blue) = 215+100+219=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D764DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764DB is #289B24. Grayscale: #939393. Windows color (decimal): -2661157 or 14378199. OLE color: 14378199.

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

Color convert

RGB 215 100 219 -
CMYK 0.02 0.54 0 0.14
HSL 297.98º 0.62% 0.63% -
HSV(B) 297.98º 0.54% 0.86% -
XYZ 45.37 28.68 70.16 -
YUV 147.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 215 100 219 0.02 0.54 0 0.14 297.98 0.62 0.63
Hex D7 64 DB 2 36 0 E 12A 3E 3F
Octal 327 144 333 2 66 0 16 452 76 77
Binary 11010111 1100100 11011011 10 110110 0 1110 100101010 111110 111111

Color Harmonies of #D764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764DB

Black with #D764DB

Text Example


Text Example

White with #D764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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