Html Css Color HEX #D774DC Orchid

📋 copy color: '#D774DC'

red 215 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D774DC

Tints of Orchid #D774DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 39.02%
G = 21.05%
B = 39.93%

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

#D774DC (or 0xD774DC) is known color: Orchid. HEX triplet: D7, 74 and DC. RGB value is (215,116,220). Sum of RGB (Red+Green+Blue) = 215+116+220=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D774DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774DC is #288B23. Grayscale: #9D9D9D. Windows color (decimal): -2657060 or 14447831. OLE color: 14447831.

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

Color convert

RGB 215 116 220 -
CMYK 0.02 0.47 0 0.14
HSL 297.12º 0.6% 0.66% -
HSV(B) 297.12º 0.47% 0.86% -
XYZ 47.19 32.11 71.42 -
YUV 157.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 215 116 220 0.02 0.47 0 0.14 297.12 0.6 0.66
Hex D7 74 DC 2 2F 0 E 129 3C 42
Octal 327 164 334 2 57 0 16 451 74 102
Binary 11010111 1110100 11011100 10 101111 0 1110 100101001 111100 1000010

Color Harmonies of #D774DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774DC

Black with #D774DC

Text Example


Text Example

White with #D774DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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