Html Css Color HEX #D569BF Orchid

📋 copy color: '#D569BF'

red 213 ◦ green 105 ◦ blue 191

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

Shades of Orchid #D569BF

Tints of Orchid #D569BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 41.85%
G = 20.63%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D569BF (or 0xD569BF) is known color: Orchid. HEX triplet: D5, 69 and BF. RGB value is (213,105,191). Sum of RGB (Red+Green+Blue) = 213+105+191=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D569BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569BF is #2A9640. Grayscale: #929292. Windows color (decimal): -2790977 or 12544469. OLE color: 12544469.

HSL color Cylindrical-coordinate representation of color #D569BF: hue angle of 312.22º 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 #D569BF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 191 -
CMYK 0 0.51 0.10 0.16
HSL 312.22º 0.56% 0.62% -
HSV(B) 312.22º 0.51% 0.84% -
XYZ 41.9 28.01 52.49 -
YUV 147.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 213 105 191 0 0.51 0.10 0.16 312.22 0.56 0.62
Hex D5 69 BF 0 33 A 10 138 38 3E
Octal 325 151 277 0 63 12 20 470 70 76
Binary 11010101 1101001 10111111 0 110011 1010 10000 100111000 111000 111110

Color Harmonies of #D569BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569BF

Black with #D569BF

Text Example


Text Example

White with #D569BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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