Html Css Color HEX #D083C8 Orchid

📋 copy color: '#D083C8'

red 208 ◦ green 131 ◦ blue 200

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

Shades of Orchid #D083C8

Tints of Orchid #D083C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.11%

R = 38.59%
G = 24.3%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D083C8 (or 0xD083C8) is known color: Orchid. HEX triplet: D0, 83 and C8. RGB value is (208,131,200). Sum of RGB (Red+Green+Blue) = 208+131+200=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C8 is #2F7C37. Grayscale: #A1A1A1. Windows color (decimal): -3111992 or 13140944. OLE color: 13140944.

HSL color Cylindrical-coordinate representation of color #D083C8: hue angle of 306.23º 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 #D083C8 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 200 -
CMYK 0 0.37 0.04 0.18
HSL 306.23º 0.45% 0.66% -
HSV(B) 306.23º 0.37% 0.82% -
XYZ 44.55 33.81 58.82 -
YUV 161.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 208 131 200 0 0.37 0.04 0.18 306.23 0.45 0.66
Hex D0 83 C8 0 25 4 12 132 2D 42
Octal 320 203 310 0 45 4 22 462 55 102
Binary 11010000 10000011 11001000 0 100101 100 10010 100110010 101101 1000010

Color Harmonies of #D083C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083C8

Black with #D083C8

Text Example


Text Example

White with #D083C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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