Html Css Color HEX #D967DD Orchid

📋 copy color: '#D967DD'

red 217 ◦ green 103 ◦ blue 221

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

Shades of Orchid #D967DD

Tints of Orchid #D967DD

RGB

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

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

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

R = 40.11%
G = 19.04%
B = 40.85%

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

#D967DD (or 0xD967DD) is known color: Orchid. HEX triplet: D9, 67 and DD. RGB value is (217,103,221). Sum of RGB (Red+Green+Blue) = 217+103+221=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D967DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967DD is #269822. Grayscale: #969696. Windows color (decimal): -2529315 or 14510041. OLE color: 14510041.

HSL color Cylindrical-coordinate representation of color #D967DD: hue angle of 297.97º 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 #D967DD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 103 221 -
CMYK 0.02 0.53 0 0.13
HSL 297.97º 0.63% 0.64% -
HSV(B) 297.97º 0.53% 0.87% -
XYZ 46.52 29.67 71.68 -
YUV 150.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 217 103 221 0.02 0.53 0 0.13 297.97 0.63 0.64
Hex D9 67 DD 2 35 0 D 12A 3F 40
Octal 331 147 335 2 65 0 15 452 77 100
Binary 11011001 1100111 11011101 10 110101 0 1101 100101010 111111 1000000

Color Harmonies of #D967DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967DD

Black with #D967DD

Text Example


Text Example

White with #D967DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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