Html Css Color HEX #D076C0 Orchid

📋 copy color: '#D076C0'

red 208 ◦ green 118 ◦ blue 192

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

Shades of Orchid #D076C0

Tints of Orchid #D076C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 40.15%
G = 22.78%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D076C0 (or 0xD076C0) is known color: Orchid. HEX triplet: D0, 76 and C0. RGB value is (208,118,192). Sum of RGB (Red+Green+Blue) = 208+118+192=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D076C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076C0 is #2F893F. Grayscale: #999999. Windows color (decimal): -3115328 or 12613328. OLE color: 12613328.

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

Color convert

RGB 208 118 192 -
CMYK 0 0.43 0.08 0.18
HSL 310.67º 0.49% 0.64% -
HSV(B) 310.67º 0.43% 0.82% -
XYZ 42.01 30.17 53.48 -
YUV 153.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 208 118 192 0 0.43 0.08 0.18 310.67 0.49 0.64
Hex D0 76 C0 0 2B 8 12 137 31 40
Octal 320 166 300 0 53 10 22 467 61 100
Binary 11010000 1110110 11000000 0 101011 1000 10010 100110111 110001 1000000

Color Harmonies of #D076C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076C0

Black with #D076C0

Text Example


Text Example

White with #D076C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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