Html Css Color HEX #D076CD Orchid

📋 copy color: '#D076CD'

red 208 ◦ green 118 ◦ blue 205

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

Shades of Orchid #D076CD

Tints of Orchid #D076CD

RGB

 RED value IS 208 (81.64% from 255) = 39.17%

 GREEN value IS 118 (46.48% from 255) = 22.22%

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

R = 39.17%
G = 22.22%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D076CD (or 0xD076CD) is known color: Orchid. HEX triplet: D0, 76 and CD. RGB value is (208,118,205). Sum of RGB (Red+Green+Blue) = 208+118+205=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D076CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076CD is #2F8932. Grayscale: #9A9A9A. Windows color (decimal): -3115315 or 13465296. OLE color: 13465296.

HSL color Cylindrical-coordinate representation of color #D076CD: hue angle of 302º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076CD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 205 -
CMYK 0 0.43 0.01 0.18
HSL 302º 0.49% 0.64% -
HSV(B) 302º 0.43% 0.82% -
XYZ 43.51 30.77 61.4 -
YUV 154.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 208 118 205 0 0.43 0.01 0.18 302 0.49 0.64
Hex D0 76 CD 0 2B 1 12 12E 31 40
Octal 320 166 315 0 53 1 22 456 61 100
Binary 11010000 1110110 11001101 0 101011 1 10010 100101110 110001 1000000

Color Harmonies of #D076CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076CD

Black with #D076CD

Text Example


Text Example

White with #D076CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076CD; }

 p { color: rgb(208,118,205); }

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

background-color css

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

 a { background-color: rgb(208,118,205); }

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

border-color css

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

 span { border-color: rgb(208,118,205); }

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