Html Css Color HEX #D569BA Orchid

📋 copy color: '#D569BA'

red 213 ◦ green 105 ◦ blue 186

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

Shades of Orchid #D569BA

Tints of Orchid #D569BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 42.26%
G = 20.83%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D569BA (or 0xD569BA) is known color: Orchid. HEX triplet: D5, 69 and BA. RGB value is (213,105,186). Sum of RGB (Red+Green+Blue) = 213+105+186=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D569BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569BA is #2A9645. Grayscale: #929292. Windows color (decimal): -2790982 or 12216789. OLE color: 12216789.

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

Color convert

RGB 213 105 186 -
CMYK 0 0.51 0.13 0.16
HSL 315º 0.56% 0.62% -
HSV(B) 315º 0.51% 0.84% -
XYZ 41.36 27.79 49.64 -
YUV 146.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 213 105 186 0 0.51 0.13 0.16 315 0.56 0.62
Hex D5 69 BA 0 33 D 10 13B 38 3E
Octal 325 151 272 0 63 15 20 473 70 76
Binary 11010101 1101001 10111010 0 110011 1101 10000 100111011 111000 111110

Color Harmonies of #D569BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569BA

Black with #D569BA

Text Example


Text Example

White with #D569BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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