Html Css Color HEX #D975DC Orchid

📋 copy color: '#D975DC'

red 217 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D975DC

Tints of Orchid #D975DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 39.17%
G = 21.12%
B = 39.71%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D975DC (or 0xD975DC) is known color: Orchid. HEX triplet: D9, 75 and DC. RGB value is (217,117,220). Sum of RGB (Red+Green+Blue) = 217+117+220=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D975DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975DC is #268A23. Grayscale: #9E9E9E. Windows color (decimal): -2525732 or 14448089. OLE color: 14448089.

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

Color convert

RGB 217 117 220 -
CMYK 0.01 0.47 0 0.14
HSL 298.25º 0.6% 0.66% -
HSV(B) 298.25º 0.47% 0.86% -
XYZ 47.89 32.64 71.49 -
YUV 158.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 217 117 220 0.01 0.47 0 0.14 298.25 0.6 0.66
Hex D9 75 DC 1 2F 0 E 12A 3C 42
Octal 331 165 334 1 57 0 16 452 74 102
Binary 11011001 1110101 11011100 1 101111 0 1110 100101010 111100 1000010

Color Harmonies of #D975DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975DC

Black with #D975DC

Text Example


Text Example

White with #D975DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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