Html Css Color HEX #D969D5 Orchid

📋 copy color: '#D969D5'

red 217 ◦ green 105 ◦ blue 213

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

Shades of Orchid #D969D5

Tints of Orchid #D969D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.63%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 40.56%
G = 19.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D969D5 (or 0xD969D5) is known color: Orchid. HEX triplet: D9, 69 and D5. RGB value is (217,105,213). Sum of RGB (Red+Green+Blue) = 217+105+213=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D969D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D5 is #26962A. Grayscale: #969696. Windows color (decimal): -2528811 or 13986265. OLE color: 13986265.

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

Color convert

RGB 217 105 213 -
CMYK 0 0.52 0.02 0.15
HSL 302.14º 0.6% 0.63% -
HSV(B) 302.14º 0.52% 0.85% -
XYZ 45.68 29.66 66.27 -
YUV 150.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 217 105 213 0 0.52 0.02 0.15 302.14 0.6 0.63
Hex D9 69 D5 0 34 2 F 12E 3C 3F
Octal 331 151 325 0 64 2 17 456 74 77
Binary 11011001 1101001 11010101 0 110100 10 1111 100101110 111100 111111

Color Harmonies of #D969D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969D5

Black with #D969D5

Text Example


Text Example

White with #D969D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969D5; }

 p { color: rgb(217,105,213); }

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

background-color css

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

 a { background-color: rgb(217,105,213); }

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

border-color css

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

 span { border-color: rgb(217,105,213); }

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