Html Css Color HEX #D082C7 Orchid

📋 copy color: '#D082C7'

red 208 ◦ green 130 ◦ blue 199

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

Shades of Orchid #D082C7

Tints of Orchid #D082C7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.21%

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

R = 38.73%
G = 24.21%
B = 37.06%

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

#D082C7 (or 0xD082C7) is known color: Orchid. HEX triplet: D0, 82 and C7. RGB value is (208,130,199). Sum of RGB (Red+Green+Blue) = 208+130+199=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D082C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082C7 is #2F7D38. Grayscale: #A0A0A0. Windows color (decimal): -3112249 or 13075152. OLE color: 13075152.

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

Color convert

RGB 208 130 199 -
CMYK 0 0.38 0.04 0.18
HSL 306.92º 0.45% 0.66% -
HSV(B) 306.92º 0.38% 0.82% -
XYZ 44.3 33.5 58.16 -
YUV 161.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 208 130 199 0 0.38 0.04 0.18 306.92 0.45 0.66
Hex D0 82 C7 0 26 4 12 133 2D 42
Octal 320 202 307 0 46 4 22 463 55 102
Binary 11010000 10000010 11000111 0 100110 100 10010 100110011 101101 1000010

Color Harmonies of #D082C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082C7

Black with #D082C7

Text Example


Text Example

White with #D082C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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