Html Css Color HEX #D774DA Orchid

📋 copy color: '#D774DA'

red 215 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D774DA

Tints of Orchid #D774DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 39.16%
G = 21.13%
B = 39.71%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D774DA (or 0xD774DA) is known color: Orchid. HEX triplet: D7, 74 and DA. RGB value is (215,116,218). Sum of RGB (Red+Green+Blue) = 215+116+218=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D774DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774DA is #288B25. Grayscale: #9C9C9C. Windows color (decimal): -2657062 or 14316759. OLE color: 14316759.

HSL color Cylindrical-coordinate representation of color #D774DA: hue angle of 298.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D774DA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 116 218 -
CMYK 0.01 0.47 0 0.15
HSL 298.24º 0.58% 0.65% -
HSV(B) 298.24º 0.47% 0.85% -
XYZ 46.92 32 70.03 -
YUV 157.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 215 116 218 0.01 0.47 0 0.15 298.24 0.58 0.65
Hex D7 74 DA 1 2F 0 F 12A 3A 41
Octal 327 164 332 1 57 0 17 452 72 101
Binary 11010111 1110100 11011010 1 101111 0 1111 100101010 111010 1000001

Color Harmonies of #D774DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774DA

Black with #D774DA

Text Example


Text Example

White with #D774DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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