Html Css Color HEX #D569BC Orchid

📋 copy color: '#D569BC'

red 213 ◦ green 105 ◦ blue 188

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

Shades of Orchid #D569BC

Tints of Orchid #D569BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 42.09%
G = 20.75%
B = 37.15%

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

#D569BC (or 0xD569BC) is known color: Orchid. HEX triplet: D5, 69 and BC. RGB value is (213,105,188). Sum of RGB (Red+Green+Blue) = 213+105+188=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D569BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569BC is #2A9643. Grayscale: #929292. Windows color (decimal): -2790980 or 12347861. OLE color: 12347861.

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

Color convert

RGB 213 105 188 -
CMYK 0 0.51 0.12 0.16
HSL 313.89º 0.56% 0.62% -
HSV(B) 313.89º 0.51% 0.84% -
XYZ 41.57 27.88 50.77 -
YUV 146.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 213 105 188 0 0.51 0.12 0.16 313.89 0.56 0.62
Hex D5 69 BC 0 33 C 10 13A 38 3E
Octal 325 151 274 0 63 14 20 472 70 76
Binary 11010101 1101001 10111100 0 110011 1100 10000 100111010 111000 111110

Color Harmonies of #D569BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569BC

Black with #D569BC

Text Example


Text Example

White with #D569BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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