Html Css Color HEX #D76ACB Orchid

📋 copy color: '#D76ACB'

red 215 ◦ green 106 ◦ blue 203

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

Shades of Orchid #D76ACB

Tints of Orchid #D76ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.23%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 41.03%
G = 20.23%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D76ACB (or 0xD76ACB) is known color: Orchid. HEX triplet: D7, 6A and CB. RGB value is (215,106,203). Sum of RGB (Red+Green+Blue) = 215+106+203=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ACB is #289534. Grayscale: #959595. Windows color (decimal): -2659637 or 13331159. OLE color: 13331159.

HSL color Cylindrical-coordinate representation of color #D76ACB: hue angle of 306.61º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76ACB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 203 -
CMYK 0 0.51 0.06 0.16
HSL 306.61º 0.58% 0.63% -
HSV(B) 306.61º 0.51% 0.84% -
XYZ 43.96 29.07 59.79 -
YUV 149.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 215 106 203 0 0.51 0.06 0.16 306.61 0.58 0.63
Hex D7 6A CB 0 33 6 10 133 3A 3F
Octal 327 152 313 0 63 6 20 463 72 77
Binary 11010111 1101010 11001011 0 110011 110 10000 100110011 111010 111111

Color Harmonies of #D76ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ACB

Black with #D76ACB

Text Example


Text Example

White with #D76ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ACB; }

 p { color: rgb(215,106,203); }

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

background-color css

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

 a { background-color: rgb(215,106,203); }

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

border-color css

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

 span { border-color: rgb(215,106,203); }

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