Html Css Color HEX #D080C6 Orchid

📋 copy color: '#D080C6'

red 208 ◦ green 128 ◦ blue 198

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

Shades of Orchid #D080C6

Tints of Orchid #D080C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 38.95%
G = 23.97%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D080C6 (or 0xD080C6) is known color: Orchid. HEX triplet: D0, 80 and C6. RGB value is (208,128,198). Sum of RGB (Red+Green+Blue) = 208+128+198=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D080C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080C6 is #2F7F39. Grayscale: #9F9F9F. Windows color (decimal): -3112762 or 13009104. OLE color: 13009104.

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

Color convert

RGB 208 128 198 -
CMYK 0 0.38 0.05 0.18
HSL 307.5º 0.46% 0.66% -
HSV(B) 307.5º 0.38% 0.82% -
XYZ 43.92 32.93 57.47 -
YUV 159.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 208 128 198 0 0.38 0.05 0.18 307.5 0.46 0.66
Hex D0 80 C6 0 26 5 12 134 2E 42
Octal 320 200 306 0 46 5 22 464 56 102
Binary 11010000 10000000 11000110 0 100110 101 10010 100110100 101110 1000010

Color Harmonies of #D080C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080C6

Black with #D080C6

Text Example


Text Example

White with #D080C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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