Html Css Color HEX #D77FCC Orchid

📋 copy color: '#D77FCC'

red 215 ◦ green 127 ◦ blue 204

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

Shades of Orchid #D77FCC

Tints of Orchid #D77FCC

RGB

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

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

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

R = 39.38%
G = 23.26%
B = 37.36%

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

#D77FCC (or 0xD77FCC) is known color: Orchid. HEX triplet: D7, 7F and CC. RGB value is (215,127,204). Sum of RGB (Red+Green+Blue) = 215+127+204=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FCC is #288033. Grayscale: #A1A1A1. Windows color (decimal): -2654260 or 13402071. OLE color: 13402071.

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

Color convert

RGB 215 127 204 -
CMYK 0 0.41 0.05 0.16
HSL 307.5º 0.52% 0.67% -
HSV(B) 307.5º 0.41% 0.84% -
XYZ 46.51 33.99 61.24 -
YUV 162.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 215 127 204 0 0.41 0.05 0.16 307.5 0.52 0.67
Hex D7 7F CC 0 29 5 10 134 34 43
Octal 327 177 314 0 51 5 20 464 64 103
Binary 11010111 1111111 11001100 0 101001 101 10000 100110100 110100 1000011

Color Harmonies of #D77FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FCC

Black with #D77FCC

Text Example


Text Example

White with #D77FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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