Html Css Color HEX #D082D3 Orchid

📋 copy color: '#D082D3'

red 208 ◦ green 130 ◦ blue 211

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

Shades of Orchid #D082D3

Tints of Orchid #D082D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 37.89%
G = 23.68%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D082D3 (or 0xD082D3) is known color: Orchid. HEX triplet: D0, 82 and D3. RGB value is (208,130,211). Sum of RGB (Red+Green+Blue) = 208+130+211=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #D082D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D3 is #2F7D2C. Grayscale: #A2A2A2. Windows color (decimal): -3112237 or 13861584. OLE color: 13861584.

HSL color Cylindrical-coordinate representation of color #D082D3: hue angle of 297.78º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082D3 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 130 211 -
CMYK 0.01 0.38 0 0.17
HSL 297.78º 0.48% 0.67% -
HSV(B) 297.78º 0.38% 0.83% -
XYZ 45.75 34.08 65.79 -
YUV 162.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 208 130 211 0.01 0.38 0 0.17 297.78 0.48 0.67
Hex D0 82 D3 1 26 0 11 12A 30 43
Octal 320 202 323 1 46 0 21 452 60 103
Binary 11010000 10000010 11010011 1 100110 0 10001 100101010 110000 1000011

Color Harmonies of #D082D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082D3

Black with #D082D3

Text Example


Text Example

White with #D082D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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