Html Css Color HEX #D96FC5 Orchid

📋 copy color: '#D96FC5'

red 217 ◦ green 111 ◦ blue 197

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

Shades of Orchid #D96FC5

Tints of Orchid #D96FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 41.33%
G = 21.14%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D96FC5 (or 0xD96FC5) is known color: Orchid. HEX triplet: D9, 6F and C5. RGB value is (217,111,197). Sum of RGB (Red+Green+Blue) = 217+111+197=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FC5 is #26903A. Grayscale: #989898. Windows color (decimal): -2527291 or 12939225. OLE color: 12939225.

HSL color Cylindrical-coordinate representation of color #D96FC5: hue angle of 311.32º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FC5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 197 -
CMYK 0 0.49 0.09 0.15
HSL 311.32º 0.58% 0.64% -
HSV(B) 311.32º 0.49% 0.85% -
XYZ 44.38 30.15 56.3 -
YUV 152.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 217 111 197 0 0.49 0.09 0.15 311.32 0.58 0.64
Hex D9 6F C5 0 31 9 F 137 3A 40
Octal 331 157 305 0 61 11 17 467 72 100
Binary 11011001 1101111 11000101 0 110001 1001 1111 100110111 111010 1000000

Color Harmonies of #D96FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FC5

Black with #D96FC5

Text Example


Text Example

White with #D96FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FC5; }

 p { color: rgb(217,111,197); }

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

background-color css

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

 a { background-color: rgb(217,111,197); }

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

border-color css

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

 span { border-color: rgb(217,111,197); }

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