Html Css Color HEX #D76FCD Orchid

📋 copy color: '#D76FCD'

red 215 ◦ green 111 ◦ blue 205

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

Shades of Orchid #D76FCD

Tints of Orchid #D76FCD

RGB

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

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

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

R = 40.49%
G = 20.9%
B = 38.61%

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

#D76FCD (or 0xD76FCD) is known color: Orchid. HEX triplet: D7, 6F and CD. RGB value is (215,111,205). Sum of RGB (Red+Green+Blue) = 215+111+205=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCD is #289032. Grayscale: #989898. Windows color (decimal): -2658355 or 13463511. OLE color: 13463511.

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

Color convert

RGB 215 111 205 -
CMYK 0 0.48 0.05 0.16
HSL 305.77º 0.57% 0.64% -
HSV(B) 305.77º 0.48% 0.84% -
XYZ 44.73 30.22 61.23 -
YUV 152.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 215 111 205 0 0.48 0.05 0.16 305.77 0.57 0.64
Hex D7 6F CD 0 30 5 10 132 39 40
Octal 327 157 315 0 60 5 20 462 71 100
Binary 11010111 1101111 11001101 0 110000 101 10000 100110010 111001 1000000

Color Harmonies of #D76FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCD

Black with #D76FCD

Text Example


Text Example

White with #D76FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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