Html Css Color HEX #D56CBF Orchid

📋 copy color: '#D56CBF'

red 213 ◦ green 108 ◦ blue 191

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

Shades of Orchid #D56CBF

Tints of Orchid #D56CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 41.6%
G = 21.09%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D56CBF (or 0xD56CBF) is known color: Orchid. HEX triplet: D5, 6C and BF. RGB value is (213,108,191). Sum of RGB (Red+Green+Blue) = 213+108+191=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CBF is #2A9340. Grayscale: #949494. Windows color (decimal): -2790209 or 12545237. OLE color: 12545237.

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

Color convert

RGB 213 108 191 -
CMYK 0 0.49 0.10 0.16
HSL 312.57º 0.56% 0.63% -
HSV(B) 312.57º 0.49% 0.84% -
XYZ 42.21 28.63 52.59 -
YUV 148.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 213 108 191 0 0.49 0.10 0.16 312.57 0.56 0.63
Hex D5 6C BF 0 31 A 10 139 38 3F
Octal 325 154 277 0 61 12 20 471 70 77
Binary 11010101 1101100 10111111 0 110001 1010 10000 100111001 111000 111111

Color Harmonies of #D56CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CBF

Black with #D56CBF

Text Example


Text Example

White with #D56CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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