Html Css Color HEX #D76BDD Orchid

📋 copy color: '#D76BDD'

red 215 ◦ green 107 ◦ blue 221

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

Shades of Orchid #D76BDD

Tints of Orchid #D76BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.71%

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 39.59%
G = 19.71%
B = 40.7%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76BDD (or 0xD76BDD) is known color: Orchid. HEX triplet: D7, 6B and DD. RGB value is (215,107,221). Sum of RGB (Red+Green+Blue) = 215+107+221=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BDD is #289422. Grayscale: #979797. Windows color (decimal): -2659363 or 14511063. OLE color: 14511063.

HSL color Cylindrical-coordinate representation of color #D76BDD: hue angle of 296.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76BDD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 107 221 -
CMYK 0.03 0.52 0 0.13
HSL 296.84º 0.63% 0.64% -
HSV(B) 296.84º 0.52% 0.87% -
XYZ 46.33 30.18 71.79 -
YUV 152.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 215 107 221 0.03 0.52 0 0.13 296.84 0.63 0.64
Hex D7 6B DD 3 34 0 D 129 3F 40
Octal 327 153 335 3 64 0 15 451 77 100
Binary 11010111 1101011 11011101 11 110100 0 1101 100101001 111111 1000000

Color Harmonies of #D76BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BDD

Black with #D76BDD

Text Example


Text Example

White with #D76BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BDD; }

 p { color: rgb(215,107,221); }

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

background-color css

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

 a { background-color: rgb(215,107,221); }

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

border-color css

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

 span { border-color: rgb(215,107,221); }

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