Html Css Color HEX #D76FCF Orchid

📋 copy color: '#D76FCF'

red 215 ◦ green 111 ◦ blue 207

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

Shades of Orchid #D76FCF

Tints of Orchid #D76FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 40.34%
G = 20.83%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D76FCF (or 0xD76FCF) is known color: Orchid. HEX triplet: D7, 6F and CF. RGB value is (215,111,207). Sum of RGB (Red+Green+Blue) = 215+111+207=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCF is #289030. Grayscale: #989898. Windows color (decimal): -2658353 or 13594583. OLE color: 13594583.

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

Color convert

RGB 215 111 207 -
CMYK 0 0.48 0.04 0.16
HSL 304.62º 0.57% 0.64% -
HSV(B) 304.62º 0.48% 0.84% -
XYZ 44.97 30.32 62.51 -
YUV 153.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 215 111 207 0 0.48 0.04 0.16 304.62 0.57 0.64
Hex D7 6F CF 0 30 4 10 131 39 40
Octal 327 157 317 0 60 4 20 461 71 100
Binary 11010111 1101111 11001111 0 110000 100 10000 100110001 111001 1000000

Color Harmonies of #D76FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCF

Black with #D76FCF

Text Example


Text Example

White with #D76FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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