Html Css Color HEX #D774DB Orchid

📋 copy color: '#D774DB'

red 215 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D774DB

Tints of Orchid #D774DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.09%

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

R = 39.09%
G = 21.09%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D774DB (or 0xD774DB) is known color: Orchid. HEX triplet: D7, 74 and DB. RGB value is (215,116,219). Sum of RGB (Red+Green+Blue) = 215+116+219=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D774DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774DB is #288B24. Grayscale: #9D9D9D. Windows color (decimal): -2657061 or 14382295. OLE color: 14382295.

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

Color convert

RGB 215 116 219 -
CMYK 0.02 0.47 0 0.14
HSL 297.67º 0.59% 0.66% -
HSV(B) 297.67º 0.47% 0.86% -
XYZ 47.06 32.05 70.72 -
YUV 157.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 215 116 219 0.02 0.47 0 0.14 297.67 0.59 0.66
Hex D7 74 DB 2 2F 0 E 12A 3B 42
Octal 327 164 333 2 57 0 16 452 73 102
Binary 11010111 1110100 11011011 10 101111 0 1110 100101010 111011 1000010

Color Harmonies of #D774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774DB

Black with #D774DB

Text Example


Text Example

White with #D774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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