Html Css Color HEX #D569B7 Orchid

📋 copy color: '#D569B7'

red 213 ◦ green 105 ◦ blue 183

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

Shades of Orchid #D569B7

Tints of Orchid #D569B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 42.51%
G = 20.96%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D569B7 (or 0xD569B7) is known color: Orchid. HEX triplet: D5, 69 and B7. RGB value is (213,105,183). Sum of RGB (Red+Green+Blue) = 213+105+183=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D569B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569B7 is #2A9648. Grayscale: #919191. Windows color (decimal): -2790985 or 12020181. OLE color: 12020181.

HSL color Cylindrical-coordinate representation of color #D569B7: hue angle of 316.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569B7 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 183 -
CMYK 0 0.51 0.14 0.16
HSL 316.67º 0.56% 0.62% -
HSV(B) 316.67º 0.51% 0.84% -
XYZ 41.04 27.67 47.98 -
YUV 146.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 213 105 183 0 0.51 0.14 0.16 316.67 0.56 0.62
Hex D5 69 B7 0 33 E 10 13D 38 3E
Octal 325 151 267 0 63 16 20 475 70 76
Binary 11010101 1101001 10110111 0 110011 1110 10000 100111101 111000 111110

Color Harmonies of #D569B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569B7

Black with #D569B7

Text Example


Text Example

White with #D569B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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