Html Css Color HEX #D967DC Orchid

📋 copy color: '#D967DC'

red 217 ◦ green 103 ◦ blue 220

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

Shades of Orchid #D967DC

Tints of Orchid #D967DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.07%

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

R = 40.19%
G = 19.07%
B = 40.74%

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

#D967DC (or 0xD967DC) is known color: Orchid. HEX triplet: D9, 67 and DC. RGB value is (217,103,220). Sum of RGB (Red+Green+Blue) = 217+103+220=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D967DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967DC is #269823. Grayscale: #969696. Windows color (decimal): -2529316 or 14444505. OLE color: 14444505.

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

Color convert

RGB 217 103 220 -
CMYK 0.01 0.53 0 0.14
HSL 298.46º 0.63% 0.63% -
HSV(B) 298.46º 0.53% 0.86% -
XYZ 46.38 29.62 70.98 -
YUV 150.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 217 103 220 0.01 0.53 0 0.14 298.46 0.63 0.63
Hex D9 67 DC 1 35 0 E 12A 3F 3F
Octal 331 147 334 1 65 0 16 452 77 77
Binary 11011001 1100111 11011100 1 110101 0 1110 100101010 111111 111111

Color Harmonies of #D967DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967DC

Black with #D967DC

Text Example


Text Example

White with #D967DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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