Html Css Color HEX #D985CE Orchid

📋 copy color: '#D985CE'

red 217 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D985CE

Tints of Orchid #D985CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.92%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 39.03%
G = 23.92%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D985CE (or 0xD985CE) is known color: Orchid. HEX triplet: D9, 85 and CE. RGB value is (217,133,206). Sum of RGB (Red+Green+Blue) = 217+133+206=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D985CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985CE is #267A31. Grayscale: #A6A6A6. Windows color (decimal): -2521650 or 13534681. OLE color: 13534681.

HSL color Cylindrical-coordinate representation of color #D985CE: hue angle of 307.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985CE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 206 -
CMYK 0 0.39 0.05 0.15
HSL 307.86º 0.53% 0.69% -
HSV(B) 307.86º 0.39% 0.85% -
XYZ 48.14 35.98 62.8 -
YUV 166.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 217 133 206 0 0.39 0.05 0.15 307.86 0.53 0.69
Hex D9 85 CE 0 27 5 F 134 34 45
Octal 331 205 316 0 47 5 17 464 64 105
Binary 11011001 10000101 11001110 0 100111 101 1111 100110100 110100 1000101

Color Harmonies of #D985CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985CE

Black with #D985CE

Text Example


Text Example

White with #D985CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985CE; }

 p { color: rgb(217,133,206); }

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

background-color css

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

 a { background-color: rgb(217,133,206); }

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

border-color css

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

 span { border-color: rgb(217,133,206); }

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