Html Css Color HEX #D975DD Orchid

📋 copy color: '#D975DD'

red 217 ◦ green 117 ◦ blue 221

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

Shades of Orchid #D975DD

Tints of Orchid #D975DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 39.1%
G = 21.08%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D975DD (or 0xD975DD) is known color: Orchid. HEX triplet: D9, 75 and DD. RGB value is (217,117,221). Sum of RGB (Red+Green+Blue) = 217+117+221=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D975DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975DD is #268A22. Grayscale: #9E9E9E. Windows color (decimal): -2525731 or 14513625. OLE color: 14513625.

HSL color Cylindrical-coordinate representation of color #D975DD: hue angle of 297.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D975DD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 117 221 -
CMYK 0.02 0.47 0 0.13
HSL 297.69º 0.6% 0.66% -
HSV(B) 297.69º 0.47% 0.87% -
XYZ 48.03 32.69 72.19 -
YUV 158.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 217 117 221 0.02 0.47 0 0.13 297.69 0.6 0.66
Hex D9 75 DD 2 2F 0 D 12A 3C 42
Octal 331 165 335 2 57 0 15 452 74 102
Binary 11011001 1110101 11011101 10 101111 0 1101 100101010 111100 1000010

Color Harmonies of #D975DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975DD

Black with #D975DD

Text Example


Text Example

White with #D975DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975DD; }

 p { color: rgb(217,117,221); }

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

background-color css

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

 a { background-color: rgb(217,117,221); }

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

border-color css

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

 span { border-color: rgb(217,117,221); }

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