Html Css Color HEX #D771C2 Orchid

📋 copy color: '#D771C2'

red 215 ◦ green 113 ◦ blue 194

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

Shades of Orchid #D771C2

Tints of Orchid #D771C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 41.19%
G = 21.65%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D771C2 (or 0xD771C2) is known color: Orchid. HEX triplet: D7, 71 and C2. RGB value is (215,113,194). Sum of RGB (Red+Green+Blue) = 215+113+194=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D771C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771C2 is #288E3D. Grayscale: #989898. Windows color (decimal): -2657854 or 12743127. OLE color: 12743127.

HSL color Cylindrical-coordinate representation of color #D771C2: hue angle of 312.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771C2 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 194 -
CMYK 0 0.47 0.10 0.16
HSL 312.35º 0.56% 0.64% -
HSV(B) 312.35º 0.47% 0.84% -
XYZ 43.67 30.15 54.56 -
YUV 152.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 215 113 194 0 0.47 0.10 0.16 312.35 0.56 0.64
Hex D7 71 C2 0 2F A 10 138 38 40
Octal 327 161 302 0 57 12 20 470 70 100
Binary 11010111 1110001 11000010 0 101111 1010 10000 100111000 111000 1000000

Color Harmonies of #D771C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771C2

Black with #D771C2

Text Example


Text Example

White with #D771C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771C2; }

 p { color: rgb(215,113,194); }

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

background-color css

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

 a { background-color: rgb(215,113,194); }

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

border-color css

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

 span { border-color: rgb(215,113,194); }

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