Html Css Color HEX #D771C9 Orchid

📋 copy color: '#D771C9'

red 215 ◦ green 113 ◦ blue 201

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

Shades of Orchid #D771C9

Tints of Orchid #D771C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 40.64%
G = 21.36%
B = 38%

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

#D771C9 (or 0xD771C9) is known color: Orchid. HEX triplet: D7, 71 and C9. RGB value is (215,113,201). Sum of RGB (Red+Green+Blue) = 215+113+201=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D771C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771C9 is #288E36. Grayscale: #999999. Windows color (decimal): -2657847 or 13201879. OLE color: 13201879.

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

Color convert

RGB 215 113 201 -
CMYK 0 0.47 0.07 0.16
HSL 308.24º 0.56% 0.64% -
HSV(B) 308.24º 0.47% 0.84% -
XYZ 44.47 30.47 58.8 -
YUV 153.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 215 113 201 0 0.47 0.07 0.16 308.24 0.56 0.64
Hex D7 71 C9 0 2F 7 10 134 38 40
Octal 327 161 311 0 57 7 20 464 70 100
Binary 11010111 1110001 11001001 0 101111 111 10000 100110100 111000 1000000

Color Harmonies of #D771C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771C9

Black with #D771C9

Text Example


Text Example

White with #D771C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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