Html Css Color HEX #D083DF Orchid

📋 copy color: '#D083DF'

red 208 ◦ green 131 ◦ blue 223

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

Shades of Orchid #D083DF

Tints of Orchid #D083DF

RGB

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

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

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

R = 37.01%
G = 23.31%
B = 39.68%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D083DF (or 0xD083DF) is known color: Orchid. HEX triplet: D0, 83 and DF. RGB value is (208,131,223). Sum of RGB (Red+Green+Blue) = 208+131+223=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D083DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DF is #2F7C20. Grayscale: #A4A4A4. Windows color (decimal): -3111969 or 14648272. OLE color: 14648272.

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

Color convert

RGB 208 131 223 -
CMYK 0.07 0.41 0 0.13
HSL 290.22º 0.59% 0.69% -
HSV(B) 290.22º 0.41% 0.87% -
XYZ 47.45 34.97 74.06 -
YUV 164.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 208 131 223 0.07 0.41 0 0.13 290.22 0.59 0.69
Hex D0 83 DF 7 29 0 D 122 3B 45
Octal 320 203 337 7 51 0 15 442 73 105
Binary 11010000 10000011 11011111 111 101001 0 1101 100100010 111011 1000101

Color Harmonies of #D083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083DF

Black with #D083DF

Text Example


Text Example

White with #D083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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