Html Css Color HEX #D96ACF Orchid

📋 copy color: '#D96ACF'

red 217 ◦ green 106 ◦ blue 207

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

Shades of Orchid #D96ACF

Tints of Orchid #D96ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

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

R = 40.94%
G = 20%
B = 39.06%

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

#D96ACF (or 0xD96ACF) is known color: Orchid. HEX triplet: D9, 6A and CF. RGB value is (217,106,207). Sum of RGB (Red+Green+Blue) = 217+106+207=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACF is #269530. Grayscale: #969696. Windows color (decimal): -2528561 or 13593305. OLE color: 13593305.

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

Color convert

RGB 217 106 207 -
CMYK 0 0.51 0.05 0.15
HSL 305.41º 0.59% 0.63% -
HSV(B) 305.41º 0.51% 0.85% -
XYZ 45.03 29.56 62.36 -
YUV 150.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 217 106 207 0 0.51 0.05 0.15 305.41 0.59 0.63
Hex D9 6A CF 0 33 5 F 131 3B 3F
Octal 331 152 317 0 63 5 17 461 73 77
Binary 11011001 1101010 11001111 0 110011 101 1111 100110001 111011 111111

Color Harmonies of #D96ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ACF

Black with #D96ACF

Text Example


Text Example

White with #D96ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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