Html Css Color HEX #D76ACD Orchid

📋 copy color: '#D76ACD'

red 215 ◦ green 106 ◦ blue 205

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

Shades of Orchid #D76ACD

Tints of Orchid #D76ACD

RGB

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

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

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

R = 40.87%
G = 20.15%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76ACD (or 0xD76ACD) is known color: Orchid. HEX triplet: D7, 6A and CD. RGB value is (215,106,205). Sum of RGB (Red+Green+Blue) = 215+106+205=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ACD is #289532. Grayscale: #959595. Windows color (decimal): -2659635 or 13462231. OLE color: 13462231.

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

Color convert

RGB 215 106 205 -
CMYK 0 0.51 0.05 0.16
HSL 305.5º 0.58% 0.63% -
HSV(B) 305.5º 0.51% 0.84% -
XYZ 44.2 29.16 61.06 -
YUV 149.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 215 106 205 0 0.51 0.05 0.16 305.5 0.58 0.63
Hex D7 6A CD 0 33 5 10 132 3A 3F
Octal 327 152 315 0 63 5 20 462 72 77
Binary 11010111 1101010 11001101 0 110011 101 10000 100110010 111010 111111

Color Harmonies of #D76ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ACD

Black with #D76ACD

Text Example


Text Example

White with #D76ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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