Html Css Color HEX #D569DD Orchid

📋 copy color: '#D569DD'

red 213 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D569DD

Tints of Orchid #D569DD

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

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

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

R = 39.52%
G = 19.48%
B = 41%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D569DD (or 0xD569DD) is known color: Orchid. HEX triplet: D5, 69 and DD. RGB value is (213,105,221). Sum of RGB (Red+Green+Blue) = 213+105+221=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D569DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569DD is #2A9622. Grayscale: #969696. Windows color (decimal): -2790947 or 14510549. OLE color: 14510549.

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

Color convert

RGB 213 105 221 -
CMYK 0.04 0.52 0 0.13
HSL 295.86º 0.63% 0.64% -
HSV(B) 295.86º 0.52% 0.87% -
XYZ 45.54 29.47 71.69 -
YUV 150.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 213 105 221 0.04 0.52 0 0.13 295.86 0.63 0.64
Hex D5 69 DD 4 34 0 D 128 3F 40
Octal 325 151 335 4 64 0 15 450 77 100
Binary 11010101 1101001 11011101 100 110100 0 1101 100101000 111111 1000000

Color Harmonies of #D569DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569DD

Black with #D569DD

Text Example


Text Example

White with #D569DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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