Html Css Color HEX #D569DF Orchid

📋 copy color: '#D569DF'

red 213 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D569DF

Tints of Orchid #D569DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 39.37%
G = 19.41%
B = 41.22%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D569DF (or 0xD569DF) is known color: Orchid. HEX triplet: D5, 69 and DF. RGB value is (213,105,223). Sum of RGB (Red+Green+Blue) = 213+105+223=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D569DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569DF is #2A9620. Grayscale: #969696. Windows color (decimal): -2790945 or 14641621. OLE color: 14641621.

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

Color convert

RGB 213 105 223 -
CMYK 0.04 0.53 0 0.13
HSL 294.92º 0.65% 0.64% -
HSV(B) 294.92º 0.53% 0.87% -
XYZ 45.81 29.58 73.11 -
YUV 150.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 213 105 223 0.04 0.53 0 0.13 294.92 0.65 0.64
Hex D5 69 DF 4 35 0 D 127 41 40
Octal 325 151 337 4 65 0 15 447 101 100
Binary 11010101 1101001 11011111 100 110101 0 1101 100100111 1000001 1000000

Color Harmonies of #D569DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569DF

Black with #D569DF

Text Example


Text Example

White with #D569DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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