Html Css Color HEX #D77FCD Orchid

📋 copy color: '#D77FCD'

red 215 ◦ green 127 ◦ blue 205

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

Shades of Orchid #D77FCD

Tints of Orchid #D77FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

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

R = 39.31%
G = 23.22%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D77FCD (or 0xD77FCD) is known color: Orchid. HEX triplet: D7, 7F and CD. RGB value is (215,127,205). Sum of RGB (Red+Green+Blue) = 215+127+205=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FCD is #288032. Grayscale: #A1A1A1. Windows color (decimal): -2654259 or 13467607. OLE color: 13467607.

HSL color Cylindrical-coordinate representation of color #D77FCD: hue angle of 306.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FCD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 205 -
CMYK 0 0.41 0.05 0.16
HSL 306.82º 0.52% 0.67% -
HSV(B) 306.82º 0.41% 0.84% -
XYZ 46.63 34.03 61.87 -
YUV 162.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 215 127 205 0 0.41 0.05 0.16 306.82 0.52 0.67
Hex D7 7F CD 0 29 5 10 133 34 43
Octal 327 177 315 0 51 5 20 463 64 103
Binary 11010111 1111111 11001101 0 101001 101 10000 100110011 110100 1000011

Color Harmonies of #D77FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FCD

Black with #D77FCD

Text Example


Text Example

White with #D77FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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