Html Css Color HEX #D96BCF Orchid

📋 copy color: '#D96BCF'

red 217 ◦ green 107 ◦ blue 207

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

Shades of Orchid #D96BCF

Tints of Orchid #D96BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 40.87%
G = 20.15%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D96BCF (or 0xD96BCF) is known color: Orchid. HEX triplet: D9, 6B and CF. RGB value is (217,107,207). Sum of RGB (Red+Green+Blue) = 217+107+207=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BCF is #269430. Grayscale: #979797. Windows color (decimal): -2528305 or 13593561. OLE color: 13593561.

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

Color convert

RGB 217 107 207 -
CMYK 0 0.51 0.05 0.15
HSL 305.45º 0.59% 0.64% -
HSV(B) 305.45º 0.51% 0.85% -
XYZ 45.14 29.77 62.4 -
YUV 151.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 217 107 207 0 0.51 0.05 0.15 305.45 0.59 0.64
Hex D9 6B CF 0 33 5 F 131 3B 40
Octal 331 153 317 0 63 5 17 461 73 100
Binary 11011001 1101011 11001111 0 110011 101 1111 100110001 111011 1000000

Color Harmonies of #D96BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BCF

Black with #D96BCF

Text Example


Text Example

White with #D96BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BCF; }

 p { color: rgb(217,107,207); }

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

background-color css

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

 a { background-color: rgb(217,107,207); }

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

border-color css

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

 span { border-color: rgb(217,107,207); }

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