Html Css Color HEX #D96CC1 Orchid

📋 copy color: '#D96CC1'

red 217 ◦ green 108 ◦ blue 193

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

Shades of Orchid #D96CC1

Tints of Orchid #D96CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 41.89%
G = 20.85%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D96CC1 (or 0xD96CC1) is known color: Orchid. HEX triplet: D9, 6C and C1. RGB value is (217,108,193). Sum of RGB (Red+Green+Blue) = 217+108+193=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CC1 is #26933E. Grayscale: #969696. Windows color (decimal): -2528063 or 12676313. OLE color: 12676313.

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

Color convert

RGB 217 108 193 -
CMYK 0 0.50 0.11 0.15
HSL 313.21º 0.59% 0.64% -
HSV(B) 313.21º 0.5% 0.85% -
XYZ 43.6 29.33 53.81 -
YUV 150.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 217 108 193 0 0.50 0.11 0.15 313.21 0.59 0.64
Hex D9 6C C1 0 32 B F 139 3B 40
Octal 331 154 301 0 62 13 17 471 73 100
Binary 11011001 1101100 11000001 0 110010 1011 1111 100111001 111011 1000000

Color Harmonies of #D96CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CC1

Black with #D96CC1

Text Example


Text Example

White with #D96CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CC1; }

 p { color: rgb(217,108,193); }

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

background-color css

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

 a { background-color: rgb(217,108,193); }

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

border-color css

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

 span { border-color: rgb(217,108,193); }

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