Html Css Color HEX #D975CE Orchid

📋 copy color: '#D975CE'

red 217 ◦ green 117 ◦ blue 206

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

Shades of Orchid #D975CE

Tints of Orchid #D975CE

RGB

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

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

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

R = 40.19%
G = 21.67%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D975CE (or 0xD975CE) is known color: Orchid. HEX triplet: D9, 75 and CE. RGB value is (217,117,206). Sum of RGB (Red+Green+Blue) = 217+117+206=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D975CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975CE is #268A31. Grayscale: #9C9C9C. Windows color (decimal): -2525746 or 13530585. OLE color: 13530585.

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

Color convert

RGB 217 117 206 -
CMYK 0 0.46 0.05 0.15
HSL 306.6º 0.57% 0.65% -
HSV(B) 306.6º 0.46% 0.85% -
XYZ 46.12 31.93 62.13 -
YUV 157.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 217 117 206 0 0.46 0.05 0.15 306.6 0.57 0.65
Hex D9 75 CE 0 2E 5 F 133 39 41
Octal 331 165 316 0 56 5 17 463 71 101
Binary 11011001 1110101 11001110 0 101110 101 1111 100110011 111001 1000001

Color Harmonies of #D975CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975CE

Black with #D975CE

Text Example


Text Example

White with #D975CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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