Html Css Color HEX #D56CC5 Orchid

📋 copy color: '#D56CC5'

red 213 ◦ green 108 ◦ blue 197

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

Shades of Orchid #D56CC5

Tints of Orchid #D56CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 41.12%
G = 20.85%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D56CC5 (or 0xD56CC5) is known color: Orchid. HEX triplet: D5, 6C and C5. RGB value is (213,108,197). Sum of RGB (Red+Green+Blue) = 213+108+197=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CC5 is #2A933A. Grayscale: #959595. Windows color (decimal): -2790203 or 12938453. OLE color: 12938453.

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

Color convert

RGB 213 108 197 -
CMYK 0 0.49 0.08 0.16
HSL 309.14º 0.56% 0.63% -
HSV(B) 309.14º 0.49% 0.84% -
XYZ 42.88 28.9 56.14 -
YUV 149.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 213 108 197 0 0.49 0.08 0.16 309.14 0.56 0.63
Hex D5 6C C5 0 31 8 10 135 38 3F
Octal 325 154 305 0 61 10 20 465 70 77
Binary 11010101 1101100 11000101 0 110001 1000 10000 100110101 111000 111111

Color Harmonies of #D56CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CC5

Black with #D56CC5

Text Example


Text Example

White with #D56CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CC5; }

 p { color: rgb(213,108,197); }

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

background-color css

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

 a { background-color: rgb(213,108,197); }

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

border-color css

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

 span { border-color: rgb(213,108,197); }

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