Html Css Color HEX #D771CC Orchid

📋 copy color: '#D771CC'

red 215 ◦ green 113 ◦ blue 204

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

Shades of Orchid #D771CC

Tints of Orchid #D771CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 40.41%
G = 21.24%
B = 38.35%

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

#D771CC (or 0xD771CC) is known color: Orchid. HEX triplet: D7, 71 and CC. RGB value is (215,113,204). Sum of RGB (Red+Green+Blue) = 215+113+204=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D771CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771CC is #288E33. Grayscale: #999999. Windows color (decimal): -2657844 or 13398487. OLE color: 13398487.

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

Color convert

RGB 215 113 204 -
CMYK 0 0.47 0.05 0.16
HSL 306.47º 0.56% 0.64% -
HSV(B) 306.47º 0.47% 0.84% -
XYZ 44.83 30.62 60.67 -
YUV 153.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 215 113 204 0 0.47 0.05 0.16 306.47 0.56 0.64
Hex D7 71 CC 0 2F 5 10 132 38 40
Octal 327 161 314 0 57 5 20 462 70 100
Binary 11010111 1110001 11001100 0 101111 101 10000 100110010 111000 1000000

Color Harmonies of #D771CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771CC

Black with #D771CC

Text Example


Text Example

White with #D771CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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