Html Css Color HEX #D083D1 Orchid

📋 copy color: '#D083D1'

red 208 ◦ green 131 ◦ blue 209

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

Shades of Orchid #D083D1

Tints of Orchid #D083D1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 37.96%
G = 23.91%
B = 38.14%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D083D1 (or 0xD083D1) is known color: Orchid. HEX triplet: D0, 83 and D1. RGB value is (208,131,209). Sum of RGB (Red+Green+Blue) = 208+131+209=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #D083D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D1 is #2F7C2E. Grayscale: #A2A2A2. Windows color (decimal): -3111983 or 13730768. OLE color: 13730768.

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

Color convert

RGB 208 131 209 -
CMYK 0.00 0.37 0 0.18
HSL 299.23º 0.46% 0.67% -
HSV(B) 299.23º 0.37% 0.82% -
XYZ 45.64 34.25 64.53 -
YUV 162.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 208 131 209 0.00 0.37 0 0.18 299.23 0.46 0.67
Hex D0 83 D1 0 25 0 12 12B 2E 43
Octal 320 203 321 0 45 0 22 453 56 103
Binary 11010000 10000011 11010001 0 100101 0 10010 100101011 101110 1000011

Color Harmonies of #D083D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083D1

Black with #D083D1

Text Example


Text Example

White with #D083D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083D1; }

 p { color: rgb(208,131,209); }

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

background-color css

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

 a { background-color: rgb(208,131,209); }

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

border-color css

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

 span { border-color: rgb(208,131,209); }

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