Html Css Color HEX #D568BC Orchid

📋 copy color: '#D568BC'

red 213 ◦ green 104 ◦ blue 188

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

Shades of Orchid #D568BC

Tints of Orchid #D568BC

RGB

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

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

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

R = 42.18%
G = 20.59%
B = 37.23%

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

#D568BC (or 0xD568BC) is known color: Orchid. HEX triplet: D5, 68 and BC. RGB value is (213,104,188). Sum of RGB (Red+Green+Blue) = 213+104+188=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D568BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568BC is #2A9743. Grayscale: #919191. Windows color (decimal): -2791236 or 12347605. OLE color: 12347605.

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

Color convert

RGB 213 104 188 -
CMYK 0 0.51 0.12 0.16
HSL 313.76º 0.56% 0.62% -
HSV(B) 313.76º 0.51% 0.84% -
XYZ 41.47 27.68 50.73 -
YUV 146.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 213 104 188 0 0.51 0.12 0.16 313.76 0.56 0.62
Hex D5 68 BC 0 33 C 10 13A 38 3E
Octal 325 150 274 0 63 14 20 472 70 76
Binary 11010101 1101000 10111100 0 110011 1100 10000 100111010 111000 111110

Color Harmonies of #D568BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568BC

Black with #D568BC

Text Example


Text Example

White with #D568BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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