Html Css Color HEX #D968DC Orchid

📋 copy color: '#D968DC'

red 217 ◦ green 104 ◦ blue 220

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

Shades of Orchid #D968DC

Tints of Orchid #D968DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.22%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 40.11%
G = 19.22%
B = 40.67%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D968DC (or 0xD968DC) is known color: Orchid. HEX triplet: D9, 68 and DC. RGB value is (217,104,220). Sum of RGB (Red+Green+Blue) = 217+104+220=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D968DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968DC is #269723. Grayscale: #969696. Windows color (decimal): -2529060 or 14444761. OLE color: 14444761.

HSL color Cylindrical-coordinate representation of color #D968DC: hue angle of 298.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D968DC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 104 220 -
CMYK 0.01 0.53 0 0.14
HSL 298.45º 0.62% 0.64% -
HSV(B) 298.45º 0.53% 0.86% -
XYZ 46.48 29.82 71.02 -
YUV 151.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 217 104 220 0.01 0.53 0 0.14 298.45 0.62 0.64
Hex D9 68 DC 1 35 0 E 12A 3E 40
Octal 331 150 334 1 65 0 16 452 76 100
Binary 11011001 1101000 11011100 1 110101 0 1110 100101010 111110 1000000

Color Harmonies of #D968DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968DC

Black with #D968DC

Text Example


Text Example

White with #D968DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968DC; }

 p { color: rgb(217,104,220); }

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

background-color css

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

 a { background-color: rgb(217,104,220); }

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

border-color css

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

 span { border-color: rgb(217,104,220); }

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