Html Css Color HEX #D771CD Orchid

📋 copy color: '#D771CD'

red 215 ◦ green 113 ◦ blue 205

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

Shades of Orchid #D771CD

Tints of Orchid #D771CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 40.34%
G = 21.2%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D771CD (or 0xD771CD) is known color: Orchid. HEX triplet: D7, 71 and CD. RGB value is (215,113,205). Sum of RGB (Red+Green+Blue) = 215+113+205=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D771CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771CD is #288E32. Grayscale: #999999. Windows color (decimal): -2657843 or 13464023. OLE color: 13464023.

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

Color convert

RGB 215 113 205 -
CMYK 0 0.47 0.05 0.16
HSL 305.88º 0.56% 0.64% -
HSV(B) 305.88º 0.47% 0.84% -
XYZ 44.95 30.67 61.31 -
YUV 153.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 215 113 205 0 0.47 0.05 0.16 305.88 0.56 0.64
Hex D7 71 CD 0 2F 5 10 132 38 40
Octal 327 161 315 0 57 5 20 462 70 100
Binary 11010111 1110001 11001101 0 101111 101 10000 100110010 111000 1000000

Color Harmonies of #D771CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771CD

Black with #D771CD

Text Example


Text Example

White with #D771CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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