Html Css Color HEX #D983CD Orchid

📋 copy color: '#D983CD'

red 217 ◦ green 131 ◦ blue 205

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

Shades of Orchid #D983CD

Tints of Orchid #D983CD

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

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

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

R = 39.24%
G = 23.69%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D983CD (or 0xD983CD) is known color: Orchid. HEX triplet: D9, 83 and CD. RGB value is (217,131,205). Sum of RGB (Red+Green+Blue) = 217+131+205=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D983CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983CD is #267C32. Grayscale: #A4A4A4. Windows color (decimal): -2522163 or 13468633. OLE color: 13468633.

HSL color Cylindrical-coordinate representation of color #D983CD: hue angle of 308.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983CD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 205 -
CMYK 0 0.40 0.06 0.15
HSL 308.37º 0.53% 0.68% -
HSV(B) 308.37º 0.4% 0.85% -
XYZ 47.75 35.39 62.07 -
YUV 165.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 217 131 205 0 0.40 0.06 0.15 308.37 0.53 0.68
Hex D9 83 CD 0 28 6 F 134 35 44
Octal 331 203 315 0 50 6 17 464 65 104
Binary 11011001 10000011 11001101 0 101000 110 1111 100110100 110101 1000100

Color Harmonies of #D983CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D983CD

Black with #D983CD

Text Example


Text Example

White with #D983CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D983CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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