Html Css Color HEX #D774D5 Orchid

📋 copy color: '#D774D5'

red 215 ◦ green 116 ◦ blue 213

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

Shades of Orchid #D774D5

Tints of Orchid #D774D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 39.52%
G = 21.32%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D774D5 (or 0xD774D5) is known color: Orchid. HEX triplet: D7, 74 and D5. RGB value is (215,116,213). Sum of RGB (Red+Green+Blue) = 215+116+213=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D774D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774D5 is #288B2A. Grayscale: #9C9C9C. Windows color (decimal): -2657067 or 13989079. OLE color: 13989079.

HSL color Cylindrical-coordinate representation of color #D774D5: hue angle of 301.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774D5 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 213 -
CMYK 0 0.46 0.01 0.16
HSL 301.21º 0.55% 0.65% -
HSV(B) 301.21º 0.46% 0.84% -
XYZ 46.28 31.74 66.64 -
YUV 156.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 215 116 213 0 0.46 0.01 0.16 301.21 0.55 0.65
Hex D7 74 D5 0 2E 1 10 12D 37 41
Octal 327 164 325 0 56 1 20 455 67 101
Binary 11010111 1110100 11010101 0 101110 1 10000 100101101 110111 1000001

Color Harmonies of #D774D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774D5

Black with #D774D5

Text Example


Text Example

White with #D774D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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