Html Css Color HEX #D56CB5 Orchid

📋 copy color: '#D56CB5'

red 213 ◦ green 108 ◦ blue 181

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

Shades of Orchid #D56CB5

Tints of Orchid #D56CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 42.43%
G = 21.51%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56CB5 (or 0xD56CB5) is known color: Orchid. HEX triplet: D5, 6C and B5. RGB value is (213,108,181). Sum of RGB (Red+Green+Blue) = 213+108+181=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CB5 is #2A934A. Grayscale: #939393. Windows color (decimal): -2790219 or 11889877. OLE color: 11889877.

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

Color convert

RGB 213 108 181 -
CMYK 0 0.49 0.15 0.16
HSL 318.29º 0.56% 0.63% -
HSV(B) 318.29º 0.49% 0.84% -
XYZ 41.14 28.21 46.99 -
YUV 147.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 213 108 181 0 0.49 0.15 0.16 318.29 0.56 0.63
Hex D5 6C B5 0 31 F 10 13E 38 3F
Octal 325 154 265 0 61 17 20 476 70 77
Binary 11010101 1101100 10110101 0 110001 1111 10000 100111110 111000 111111

Color Harmonies of #D56CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CB5

Black with #D56CB5

Text Example


Text Example

White with #D56CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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