Html Css Color HEX #D083C5 Orchid

📋 copy color: '#D083C5'

red 208 ◦ green 131 ◦ blue 197

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

Shades of Orchid #D083C5

Tints of Orchid #D083C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 38.81%
G = 24.44%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D083C5 (or 0xD083C5) is known color: Orchid. HEX triplet: D0, 83 and C5. RGB value is (208,131,197). Sum of RGB (Red+Green+Blue) = 208+131+197=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C5 is #2F7C3A. Grayscale: #A1A1A1. Windows color (decimal): -3111995 or 12944336. OLE color: 12944336.

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

Color convert

RGB 208 131 197 -
CMYK 0 0.37 0.05 0.18
HSL 308.57º 0.45% 0.66% -
HSV(B) 308.57º 0.37% 0.82% -
XYZ 44.21 33.67 56.99 -
YUV 161.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 208 131 197 0 0.37 0.05 0.18 308.57 0.45 0.66
Hex D0 83 C5 0 25 5 12 135 2D 42
Octal 320 203 305 0 45 5 22 465 55 102
Binary 11010000 10000011 11000101 0 100101 101 10010 100110101 101101 1000010

Color Harmonies of #D083C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083C5

Black with #D083C5

Text Example


Text Example

White with #D083C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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