Html Css Color HEX #D968DD Orchid

📋 copy color: '#D968DD'

red 217 ◦ green 104 ◦ blue 221

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

Shades of Orchid #D968DD

Tints of Orchid #D968DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 40.04%
G = 19.19%
B = 40.77%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D968DD (or 0xD968DD) is known color: Orchid. HEX triplet: D9, 68 and DD. RGB value is (217,104,221). Sum of RGB (Red+Green+Blue) = 217+104+221=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D968DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968DD is #269722. Grayscale: #969696. Windows color (decimal): -2529059 or 14510297. OLE color: 14510297.

HSL color Cylindrical-coordinate representation of color #D968DD: hue angle of 297.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D968DD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 104 221 -
CMYK 0.02 0.53 0 0.13
HSL 297.95º 0.63% 0.64% -
HSV(B) 297.95º 0.53% 0.87% -
XYZ 46.62 29.87 71.72 -
YUV 151.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 217 104 221 0.02 0.53 0 0.13 297.95 0.63 0.64
Hex D9 68 DD 2 35 0 D 12A 3F 40
Octal 331 150 335 2 65 0 15 452 77 100
Binary 11011001 1101000 11011101 10 110101 0 1101 100101010 111111 1000000

Color Harmonies of #D968DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968DD

Black with #D968DD

Text Example


Text Example

White with #D968DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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