Html Css Color HEX #D083C0 Orchid

📋 copy color: '#D083C0'

red 208 ◦ green 131 ◦ blue 192

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

Shades of Orchid #D083C0

Tints of Orchid #D083C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.16%

R = 39.17%
G = 24.67%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D083C0 (or 0xD083C0) is known color: Orchid. HEX triplet: D0, 83 and C0. RGB value is (208,131,192). Sum of RGB (Red+Green+Blue) = 208+131+192=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C0 is #2F7C3F. Grayscale: #A0A0A0. Windows color (decimal): -3112000 or 12616656. OLE color: 12616656.

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

Color convert

RGB 208 131 192 -
CMYK 0 0.37 0.08 0.18
HSL 312.47º 0.45% 0.66% -
HSV(B) 312.47º 0.37% 0.82% -
XYZ 43.64 33.45 54.03 -
YUV 160.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 208 131 192 0 0.37 0.08 0.18 312.47 0.45 0.66
Hex D0 83 C0 0 25 8 12 138 2D 42
Octal 320 203 300 0 45 10 22 470 55 102
Binary 11010000 10000011 11000000 0 100101 1000 10010 100111000 101101 1000010

Color Harmonies of #D083C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083C0

Black with #D083C0

Text Example


Text Example

White with #D083C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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