Html Css Color HEX #D568BA Orchid

📋 copy color: '#D568BA'

red 213 ◦ green 104 ◦ blue 186

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

Shades of Orchid #D568BA

Tints of Orchid #D568BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

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

R = 42.35%
G = 20.68%
B = 36.98%

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

#D568BA (or 0xD568BA) is known color: Orchid. HEX triplet: D5, 68 and BA. RGB value is (213,104,186). Sum of RGB (Red+Green+Blue) = 213+104+186=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D568BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568BA is #2A9745. Grayscale: #919191. Windows color (decimal): -2791238 or 12216533. OLE color: 12216533.

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

Color convert

RGB 213 104 186 -
CMYK 0 0.51 0.13 0.16
HSL 314.86º 0.56% 0.62% -
HSV(B) 314.86º 0.51% 0.84% -
XYZ 41.25 27.59 49.61 -
YUV 145.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 213 104 186 0 0.51 0.13 0.16 314.86 0.56 0.62
Hex D5 68 BA 0 33 D 10 13B 38 3E
Octal 325 150 272 0 63 15 20 473 70 76
Binary 11010101 1101000 10111010 0 110011 1101 10000 100111011 111000 111110

Color Harmonies of #D568BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568BA

Black with #D568BA

Text Example


Text Example

White with #D568BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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