Html Css Color HEX #D56CBB Orchid

📋 copy color: '#D56CBB'

red 213 ◦ green 108 ◦ blue 187

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

Shades of Orchid #D56CBB

Tints of Orchid #D56CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 41.93%
G = 21.26%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D56CBB (or 0xD56CBB) is known color: Orchid. HEX triplet: D5, 6C and BB. RGB value is (213,108,187). Sum of RGB (Red+Green+Blue) = 213+108+187=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CBB is #2A9344. Grayscale: #949494. Windows color (decimal): -2790213 or 12283093. OLE color: 12283093.

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

Color convert

RGB 213 108 187 -
CMYK 0 0.49 0.12 0.16
HSL 314.86º 0.56% 0.63% -
HSV(B) 314.86º 0.49% 0.84% -
XYZ 41.77 28.46 50.31 -
YUV 148.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 213 108 187 0 0.49 0.12 0.16 314.86 0.56 0.63
Hex D5 6C BB 0 31 C 10 13B 38 3F
Octal 325 154 273 0 61 14 20 473 70 77
Binary 11010101 1101100 10111011 0 110001 1100 10000 100111011 111000 111111

Color Harmonies of #D56CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CBB

Black with #D56CBB

Text Example


Text Example

White with #D56CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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