Html Css Color HEX #D985D4 Orchid

📋 copy color: '#D985D4'

red 217 ◦ green 133 ◦ blue 212

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

Shades of Orchid #D985D4

Tints of Orchid #D985D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 38.61%
G = 23.67%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D985D4 (or 0xD985D4) is known color: Orchid. HEX triplet: D9, 85 and D4. RGB value is (217,133,212). Sum of RGB (Red+Green+Blue) = 217+133+212=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D4 is #267A2B. Grayscale: #A6A6A6. Windows color (decimal): -2521644 or 13927897. OLE color: 13927897.

HSL color Cylindrical-coordinate representation of color #D985D4: hue angle of 303.57º 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 #D985D4 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 212 -
CMYK 0 0.39 0.02 0.15
HSL 303.57º 0.53% 0.69% -
HSV(B) 303.57º 0.39% 0.85% -
XYZ 48.89 36.28 66.71 -
YUV 167.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 217 133 212 0 0.39 0.02 0.15 303.57 0.53 0.69
Hex D9 85 D4 0 27 2 F 130 34 45
Octal 331 205 324 0 47 2 17 460 64 105
Binary 11011001 10000101 11010100 0 100111 10 1111 100110000 110100 1000101

Color Harmonies of #D985D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985D4

Black with #D985D4

Text Example


Text Example

White with #D985D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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