Html Css Color HEX #D76FCC Orchid

📋 copy color: '#D76FCC'

red 215 ◦ green 111 ◦ blue 204

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

Shades of Orchid #D76FCC

Tints of Orchid #D76FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 40.57%
G = 20.94%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76FCC (or 0xD76FCC) is known color: Orchid. HEX triplet: D7, 6F and CC. RGB value is (215,111,204). Sum of RGB (Red+Green+Blue) = 215+111+204=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCC is #289033. Grayscale: #989898. Windows color (decimal): -2658356 or 13397975. OLE color: 13397975.

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

Color convert

RGB 215 111 204 -
CMYK 0 0.48 0.05 0.16
HSL 306.35º 0.57% 0.64% -
HSV(B) 306.35º 0.48% 0.84% -
XYZ 44.61 30.18 60.6 -
YUV 152.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 215 111 204 0 0.48 0.05 0.16 306.35 0.57 0.64
Hex D7 6F CC 0 30 5 10 132 39 40
Octal 327 157 314 0 60 5 20 462 71 100
Binary 11010111 1101111 11001100 0 110000 101 10000 100110010 111001 1000000

Color Harmonies of #D76FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCC

Black with #D76FCC

Text Example


Text Example

White with #D76FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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