Html Css Color HEX #D080C7 Orchid

📋 copy color: '#D080C7'

red 208 ◦ green 128 ◦ blue 199

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

Shades of Orchid #D080C7

Tints of Orchid #D080C7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

 BLUE value IS 199 (78.13% from 255) = 37.2%

R = 38.88%
G = 23.93%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D080C7 (or 0xD080C7) is known color: Orchid. HEX triplet: D0, 80 and C7. RGB value is (208,128,199). Sum of RGB (Red+Green+Blue) = 208+128+199=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D080C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080C7 is #2F7F38. Grayscale: #9F9F9F. Windows color (decimal): -3112761 or 13074640. OLE color: 13074640.

HSL color Cylindrical-coordinate representation of color #D080C7: hue angle of 306.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080C7 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 199 -
CMYK 0 0.38 0.04 0.18
HSL 306.75º 0.46% 0.66% -
HSV(B) 306.75º 0.38% 0.82% -
XYZ 44.04 32.97 58.08 -
YUV 160.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 208 128 199 0 0.38 0.04 0.18 306.75 0.46 0.66
Hex D0 80 C7 0 26 4 12 133 2E 42
Octal 320 200 307 0 46 4 22 463 56 102
Binary 11010000 10000000 11000111 0 100110 100 10010 100110011 101110 1000010

Color Harmonies of #D080C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080C7

Black with #D080C7

Text Example


Text Example

White with #D080C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080C7; }

 p { color: rgb(208,128,199); }

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

background-color css

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

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

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

border-color css

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

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

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