Html Css Color HEX #D76CC9 Orchid

📋 copy color: '#D76CC9'

red 215 ◦ green 108 ◦ blue 201

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

Shades of Orchid #D76CC9

Tints of Orchid #D76CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 41.03%
G = 20.61%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D76CC9 (or 0xD76CC9) is known color: Orchid. HEX triplet: D7, 6C and C9. RGB value is (215,108,201). Sum of RGB (Red+Green+Blue) = 215+108+201=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC9 is #289336. Grayscale: #969696. Windows color (decimal): -2659127 or 13200599. OLE color: 13200599.

HSL color Cylindrical-coordinate representation of color #D76CC9: hue angle of 307.85º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CC9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 201 -
CMYK 0 0.50 0.07 0.16
HSL 307.85º 0.57% 0.63% -
HSV(B) 307.85º 0.5% 0.84% -
XYZ 43.93 29.39 58.62 -
YUV 150.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 215 108 201 0 0.50 0.07 0.16 307.85 0.57 0.63
Hex D7 6C C9 0 32 7 10 134 39 3F
Octal 327 154 311 0 62 7 20 464 71 77
Binary 11010111 1101100 11001001 0 110010 111 10000 100110100 111001 111111

Color Harmonies of #D76CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CC9

Black with #D76CC9

Text Example


Text Example

White with #D76CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CC9; }

 p { color: rgb(215,108,201); }

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

background-color css

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

 a { background-color: rgb(215,108,201); }

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

border-color css

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

 span { border-color: rgb(215,108,201); }

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