Html Css Color HEX #D969D3 Orchid

📋 copy color: '#D969D3'

red 217 ◦ green 105 ◦ blue 211

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

Shades of Orchid #D969D3

Tints of Orchid #D969D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 40.71%
G = 19.7%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D969D3 (or 0xD969D3) is known color: Orchid. HEX triplet: D9, 69 and D3. RGB value is (217,105,211). Sum of RGB (Red+Green+Blue) = 217+105+211=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D969D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D3 is #26962C. Grayscale: #969696. Windows color (decimal): -2528813 or 13855193. OLE color: 13855193.

HSL color Cylindrical-coordinate representation of color #D969D3: hue angle of 303.21º 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 #D969D3 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 211 -
CMYK 0 0.52 0.03 0.15
HSL 303.21º 0.6% 0.63% -
HSV(B) 303.21º 0.52% 0.85% -
XYZ 45.42 29.56 64.94 -
YUV 150.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 217 105 211 0 0.52 0.03 0.15 303.21 0.6 0.63
Hex D9 69 D3 0 34 3 F 12F 3C 3F
Octal 331 151 323 0 64 3 17 457 74 77
Binary 11011001 1101001 11010011 0 110100 11 1111 100101111 111100 111111

Color Harmonies of #D969D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969D3

Black with #D969D3

Text Example


Text Example

White with #D969D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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