Html Css Color HEX #D771C7 Orchid

📋 copy color: '#D771C7'

red 215 ◦ green 113 ◦ blue 199

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

Shades of Orchid #D771C7

Tints of Orchid #D771C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 40.8%
G = 21.44%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D771C7 (or 0xD771C7) is known color: Orchid. HEX triplet: D7, 71 and C7. RGB value is (215,113,199). Sum of RGB (Red+Green+Blue) = 215+113+199=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D771C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771C7 is #288E38. Grayscale: #999999. Windows color (decimal): -2657849 or 13070807. OLE color: 13070807.

HSL color Cylindrical-coordinate representation of color #D771C7: hue angle of 309.41º 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 #D771C7 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 199 -
CMYK 0 0.47 0.07 0.16
HSL 309.41º 0.56% 0.64% -
HSV(B) 309.41º 0.47% 0.84% -
XYZ 44.24 30.38 57.57 -
YUV 153.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 215 113 199 0 0.47 0.07 0.16 309.41 0.56 0.64
Hex D7 71 C7 0 2F 7 10 135 38 40
Octal 327 161 307 0 57 7 20 465 70 100
Binary 11010111 1110001 11000111 0 101111 111 10000 100110101 111000 1000000

Color Harmonies of #D771C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771C7

Black with #D771C7

Text Example


Text Example

White with #D771C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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