Html Css Color HEX #D56BC3 Orchid

📋 copy color: '#D56BC3'

red 213 ◦ green 107 ◦ blue 195

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

Shades of Orchid #D56BC3

Tints of Orchid #D56BC3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 41.36%
G = 20.78%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D56BC3 (or 0xD56BC3) is known color: Orchid. HEX triplet: D5, 6B and C3. RGB value is (213,107,195). Sum of RGB (Red+Green+Blue) = 213+107+195=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BC3 is #2A943C. Grayscale: #949494. Windows color (decimal): -2790461 or 12807125. OLE color: 12807125.

HSL color Cylindrical-coordinate representation of color #D56BC3: hue angle of 310.19º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BC3 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 195 -
CMYK 0 0.50 0.08 0.16
HSL 310.19º 0.56% 0.63% -
HSV(B) 310.19º 0.5% 0.84% -
XYZ 42.55 28.6 54.91 -
YUV 148.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 213 107 195 0 0.50 0.08 0.16 310.19 0.56 0.63
Hex D5 6B C3 0 32 8 10 136 38 3F
Octal 325 153 303 0 62 10 20 466 70 77
Binary 11010101 1101011 11000011 0 110010 1000 10000 100110110 111000 111111

Color Harmonies of #D56BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BC3

Black with #D56BC3

Text Example


Text Example

White with #D56BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BC3; }

 p { color: rgb(213,107,195); }

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

background-color css

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

 a { background-color: rgb(213,107,195); }

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

border-color css

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

 span { border-color: rgb(213,107,195); }

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