Html Css Color HEX #D76BCD Orchid

📋 copy color: '#D76BCD'

red 215 ◦ green 107 ◦ blue 205

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

Shades of Orchid #D76BCD

Tints of Orchid #D76BCD

RGB

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

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

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

R = 40.8%
G = 20.3%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76BCD (or 0xD76BCD) is known color: Orchid. HEX triplet: D7, 6B and CD. RGB value is (215,107,205). Sum of RGB (Red+Green+Blue) = 215+107+205=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BCD is #289432. Grayscale: #969696. Windows color (decimal): -2659379 or 13462487. OLE color: 13462487.

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

Color convert

RGB 215 107 205 -
CMYK 0 0.50 0.05 0.16
HSL 305.56º 0.57% 0.63% -
HSV(B) 305.56º 0.5% 0.84% -
XYZ 44.3 29.37 61.09 -
YUV 150.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 215 107 205 0 0.50 0.05 0.16 305.56 0.57 0.63
Hex D7 6B CD 0 32 5 10 132 39 3F
Octal 327 153 315 0 62 5 20 462 71 77
Binary 11010111 1101011 11001101 0 110010 101 10000 100110010 111001 111111

Color Harmonies of #D76BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BCD

Black with #D76BCD

Text Example


Text Example

White with #D76BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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