Html Css Color HEX #D076C8 Orchid

📋 copy color: '#D076C8'

red 208 ◦ green 118 ◦ blue 200

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

Shades of Orchid #D076C8

Tints of Orchid #D076C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 39.54%
G = 22.43%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D076C8 (or 0xD076C8) is known color: Orchid. HEX triplet: D0, 76 and C8. RGB value is (208,118,200). Sum of RGB (Red+Green+Blue) = 208+118+200=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D076C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076C8 is #2F8937. Grayscale: #9A9A9A. Windows color (decimal): -3115320 or 13137616. OLE color: 13137616.

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

Color convert

RGB 208 118 200 -
CMYK 0 0.43 0.04 0.18
HSL 305.33º 0.49% 0.64% -
HSV(B) 305.33º 0.43% 0.82% -
XYZ 42.92 30.54 58.28 -
YUV 154.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 208 118 200 0 0.43 0.04 0.18 305.33 0.49 0.64
Hex D0 76 C8 0 2B 4 12 131 31 40
Octal 320 166 310 0 53 4 22 461 61 100
Binary 11010000 1110110 11001000 0 101011 100 10010 100110001 110001 1000000

Color Harmonies of #D076C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076C8

Black with #D076C8

Text Example


Text Example

White with #D076C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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