Html Css Color HEX #D083CD Orchid

📋 copy color: '#D083CD'

red 208 ◦ green 131 ◦ blue 205

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

Shades of Orchid #D083CD

Tints of Orchid #D083CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 38.24%
G = 24.08%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D083CD (or 0xD083CD) is known color: Orchid. HEX triplet: D0, 83 and CD. RGB value is (208,131,205). Sum of RGB (Red+Green+Blue) = 208+131+205=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CD is #2F7C32. Grayscale: #A2A2A2. Windows color (decimal): -3111987 or 13468624. OLE color: 13468624.

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

Color convert

RGB 208 131 205 -
CMYK 0 0.37 0.01 0.18
HSL 302.34º 0.45% 0.66% -
HSV(B) 302.34º 0.37% 0.82% -
XYZ 45.15 34.05 61.95 -
YUV 162.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 208 131 205 0 0.37 0.01 0.18 302.34 0.45 0.66
Hex D0 83 CD 0 25 1 12 12E 2D 42
Octal 320 203 315 0 45 1 22 456 55 102
Binary 11010000 10000011 11001101 0 100101 1 10010 100101110 101101 1000010

Color Harmonies of #D083CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083CD

Black with #D083CD

Text Example


Text Example

White with #D083CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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