Html Css Color HEX #D076D0 Orchid

📋 copy color: '#D076D0'

red 208 ◦ green 118 ◦ blue 208

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

Shades of Orchid #D076D0

Tints of Orchid #D076D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 38.95%
G = 22.1%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D076D0 (or 0xD076D0) is known color: Orchid. HEX triplet: D0, 76 and D0. RGB value is (208,118,208). Sum of RGB (Red+Green+Blue) = 208+118+208=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D076D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076D0 is #2F892F. Grayscale: #9A9A9A. Windows color (decimal): -3115312 or 13661904. OLE color: 13661904.

HSL color Cylindrical-coordinate representation of color #D076D0: hue angle of 300º 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 #D076D0 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 208 -
CMYK 0 0.43 0 0.18
HSL 300º 0.49% 0.64% -
HSV(B) 300º 0.43% 0.82% -
XYZ 43.88 30.92 63.33 -
YUV 155.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 208 118 208 0 0.43 0 0.18 300 0.49 0.64
Hex D0 76 D0 0 2B 0 12 12C 31 40
Octal 320 166 320 0 53 0 22 454 61 100
Binary 11010000 1110110 11010000 0 101011 0 10010 100101100 110001 1000000

Color Harmonies of #D076D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076D0

Black with #D076D0

Text Example


Text Example

White with #D076D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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