Html Css Color HEX #D569BB Orchid

📋 copy color: '#D569BB'

red 213 ◦ green 105 ◦ blue 187

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

Shades of Orchid #D569BB

Tints of Orchid #D569BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 42.18%
G = 20.79%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D569BB (or 0xD569BB) is known color: Orchid. HEX triplet: D5, 69 and BB. RGB value is (213,105,187). Sum of RGB (Red+Green+Blue) = 213+105+187=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D569BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569BB is #2A9644. Grayscale: #929292. Windows color (decimal): -2790981 or 12282325. OLE color: 12282325.

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

Color convert

RGB 213 105 187 -
CMYK 0 0.51 0.12 0.16
HSL 314.44º 0.56% 0.62% -
HSV(B) 314.44º 0.51% 0.84% -
XYZ 41.46 27.84 50.2 -
YUV 146.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 213 105 187 0 0.51 0.12 0.16 314.44 0.56 0.62
Hex D5 69 BB 0 33 C 10 13A 38 3E
Octal 325 151 273 0 63 14 20 472 70 76
Binary 11010101 1101001 10111011 0 110011 1100 10000 100111010 111000 111110

Color Harmonies of #D569BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569BB

Black with #D569BB

Text Example


Text Example

White with #D569BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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