Html Css Color HEX #D082DF Orchid

📋 copy color: '#D082DF'

red 208 ◦ green 130 ◦ blue 223

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

Shades of Orchid #D082DF

Tints of Orchid #D082DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 37.08%
G = 23.17%
B = 39.75%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D082DF (or 0xD082DF) is known color: Orchid. HEX triplet: D0, 82 and DF. RGB value is (208,130,223). Sum of RGB (Red+Green+Blue) = 208+130+223=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D082DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DF is #2F7D20. Grayscale: #A3A3A3. Windows color (decimal): -3112225 or 14648016. OLE color: 14648016.

HSL color Cylindrical-coordinate representation of color #D082DF: hue angle of 290.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D082DF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 130 223 -
CMYK 0.07 0.42 0 0.13
HSL 290.32º 0.59% 0.69% -
HSV(B) 290.32º 0.42% 0.87% -
XYZ 47.31 34.7 74.02 -
YUV 163.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 208 130 223 0.07 0.42 0 0.13 290.32 0.59 0.69
Hex D0 82 DF 7 2A 0 D 122 3B 45
Octal 320 202 337 7 52 0 15 442 73 105
Binary 11010000 10000010 11011111 111 101010 0 1101 100100010 111011 1000101

Color Harmonies of #D082DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082DF

Black with #D082DF

Text Example


Text Example

White with #D082DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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